Html Css Color HEX #303942 Baltic Sea

📋 copy color: '#303942'

red 48 ◦ green 57 ◦ blue 66

#303942
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baltic Sea #303942

Tints of Baltic Sea #303942

RGB

 RED value IS 48 (19.14% from 255) = 28.07%

 GREEN value IS 57 (22.66% from 255) = 33.33%

 BLUE value IS 66 (26.17% from 255) = 38.6%

R = 28.07%
G = 33.33%
B = 38.6%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#303942 (or 0x303942) is known color: Baltic Sea. HEX triplet: 30, 39 and 42. RGB value is (48,57,66). Sum of RGB (Red+Green+Blue) = 48+57+66=171 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.07% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 66 (26.17% from 255 or 38.60% from 171); Max value from RGB is 66 - color contains mainly: blue. Hex color #303942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303942 is #CFC6BD. Grayscale: #373737. Windows color (decimal): -13616830 or 4340016. OLE color: 4340016.

HSL color Cylindrical-coordinate representation of color #303942: hue angle of 210º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #303942 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 48 57 66 -
CMYK 0.27 0.14 0 0.74
HSL 210º 0.16% 0.22% -
HSV(B) 210º 0.27% 0.26% -
XYZ 3.67 3.95 5.72 -
YUV 55.34 134.02 122.77 -
System Red Green Blue C M Y K H S L
Decimal 48 57 66 0.27 0.14 0 0.74 210 0.16 0.22
Hex 30 39 42 1B E 0 4A D2 10 16
Octal 60 71 102 33 16 0 112 322 20 26
Binary 110000 111001 1000010 11011 1110 0 1001010 11010010 10000 10110

Color Harmonies of #303942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303942

Black with #303942

Text Example


Text Example

White with #303942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303942; }

 p { color: rgb(48,57,66); }

 H1.HeaderClassName
 {
   color: #303942;
 }
 .AnyTagClassName
 {
   color: #303942;
 }
</style>

background-color css

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

 a { background-color: rgb(48,57,66); }

 div.DivClassName
 {
   background-color: #303942;
 }
 .BgClassName
 {
   background-color: #303942;
 }
</style>

border-color css

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

 span { border-color: rgb(48,57,66); }

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