Html Css Color HEX #323537 Cod Grey

📋 copy color: '#323537'

red 50 ◦ green 53 ◦ blue 55

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

Shades of Cod Grey #323537

Tints of Cod Grey #323537

RGB

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

 GREEN value IS 53 (21.09% from 255) = 33.54%

 BLUE value IS 55 (21.88% from 255) = 34.81%

R = 31.65%
G = 33.54%
B = 34.81%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#323537 (or 0x323537) is known color: Cod Grey. HEX triplet: 32, 35 and 37. RGB value is (50,53,55). Sum of RGB (Red+Green+Blue) = 50+53+55=158 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.65% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 55 (21.88% from 255 or 34.81% from 158); Max value from RGB is 55 - color contains mainly: blue. Hex color #323537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323537 is #CDCAC8. Grayscale: #343434. Windows color (decimal): -13486793 or 3618098. OLE color: 3618098.

HSL color Cylindrical-coordinate representation of color #323537: hue angle of 204º degrees, saturation: 0.05, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #323537 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 50 53 55 -
CMYK 0.09 0.04 0 0.78
HSL 204º 0.05% 0.21% -
HSV(B) 204º 0.09% 0.22% -
XYZ 3.28 3.5 4.12 -
YUV 52.33 129.51 126.34 -
System Red Green Blue C M Y K H S L
Decimal 50 53 55 0.09 0.04 0 0.78 204 0.05 0.21
Hex 32 35 37 9 4 0 4E CC 5 15
Octal 62 65 67 11 4 0 116 314 5 25
Binary 110010 110101 110111 1001 100 0 1001110 11001100 101 10101

Color Harmonies of #323537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323537

Black with #323537

Text Example


Text Example

White with #323537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323537; }

 p { color: rgb(50,53,55); }

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

background-color css

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

 a { background-color: rgb(50,53,55); }

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

border-color css

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

 span { border-color: rgb(50,53,55); }

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