Html Css Color HEX #323941 Baltic Sea

📋 copy color: '#323941'

red 50 ◦ green 57 ◦ blue 65

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

Shades of Baltic Sea #323941

Tints of Baltic Sea #323941

RGB

 RED value IS 50 (19.92% from 255) = 29.07%

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

 BLUE value IS 65 (25.78% from 255) = 37.79%

R = 29.07%
G = 33.14%
B = 37.79%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#323941 (or 0x323941) is known color: Baltic Sea. HEX triplet: 32, 39 and 41. RGB value is (50,57,65). Sum of RGB (Red+Green+Blue) = 50+57+65=172 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.07% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 65 (25.78% from 255 or 37.79% from 172); Max value from RGB is 65 - color contains mainly: blue. Hex color #323941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323941 is #CDC6BE. Grayscale: #373737. Windows color (decimal): -13485759 or 4274482. OLE color: 4274482.

HSL color Cylindrical-coordinate representation of color #323941: hue angle of 212º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #323941 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 50 57 65 -
CMYK 0.23 0.12 0 0.75
HSL 212º 0.13% 0.23% -
HSV(B) 212º 0.23% 0.25% -
XYZ 3.73 3.99 5.57 -
YUV 55.82 133.18 123.85 -
System Red Green Blue C M Y K H S L
Decimal 50 57 65 0.23 0.12 0 0.75 212 0.13 0.23
Hex 32 39 41 17 C 0 4B D4 D 17
Octal 62 71 101 27 14 0 113 324 15 27
Binary 110010 111001 1000001 10111 1100 0 1001011 11010100 1101 10111

Color Harmonies of #323941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323941

Black with #323941

Text Example


Text Example

White with #323941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323941; }

 p { color: rgb(50,57,65); }

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

background-color css

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

 a { background-color: rgb(50,57,65); }

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

border-color css

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

 span { border-color: rgb(50,57,65); }

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