#30373D

Color #30373D Baltic Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baltic Sea #30373D

Tints of Baltic Sea #30373D

Color information

#30373D (or 0x30373D) is unknown color: approx Baltic Sea. HEX triplet: 30, 37 and 3D. RGB value is (48,55,61). Sum of RGB (Red+Green+Blue) = 48+55+61=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 55 (21.88% from 255 or 33.54% from 164); Blue value is 61 (24.22% from 255 or 37.20% from 164); Max value from RGB is 61 - color contains mainly: blue. Hex color #30373D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30373D is #CFC8C2. Grayscale: #353535. Windows color (decimal): -13617347 or 4011824. OLE color: 4011824.

HSL color Cylindrical-coordinate representation of color #30373D: hue angle of 207.69º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #30373D is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB485561-
CMYK0.210.1000.76
HSL207.69º11.93%21.37%-
HSV(B)207.69º21.31%23.92%-
XYZ3.433.74.95-
YUV53.59132.18124.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 29.27%
GREEN value IS 55 (21.88% from 255) = 33.54%
BLUE value IS 61 (24.22% from 255) = 37.20%
R=29.27%
G=33.54%
B=37.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4855610.210.1000.76207.6911.9321.37
Hex30373D15A04Cd0c15
Octal606775251201143201425
Binary1100001101111111011010110100100110011010000110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30373D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30373D; }

 p { color: rgb(48,55,61); }

 H1.HeaderClassName
 {
   color: #30373D;
 }
 .AnyTagClassName
 {
   color: #30373D;
 }
</style>
background-color css

<style>
 a { background-color: #30373D; }

 a { background-color: rgb(48,55,61); }

 div.DivClassName
 {
   background-color: #30373D;
 }
 .BgClassName
 {
   background-color: #30373D;
 }
</style>
border-color css

<style>
 span { border-color: #30373D; }

 span { border-color: rgb(48,55,61); }

 td.TdClassName
 {
   border-color: #30373D;
 }
 .TagClassName
 {
   border-color: #30373D;
 }
</style>