#323639

Color #323639 Cod Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cod Grey #323639

Tints of Cod Grey #323639

Color information

#323639 (or 0x323639) is unknown color: approx Cod Grey. HEX triplet: 32, 36 and 39. RGB value is (50,54,57). Sum of RGB (Red+Green+Blue) = 50+54+57=161 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.06% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 57 (22.66% from 255 or 35.40% from 161); Max value from RGB is 57 - color contains mainly: blue. Hex color #323639 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323639 is #CDC9C6. Grayscale: #353535. Windows color (decimal): -13486535 or 3749426. OLE color: 3749426.

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

Color convert

RGB505457-
CMYK0.120.0500.78
HSL205.71º6.54%20.98%-
HSV(B)205.71º12.28%22.35%-
XYZ3.373.614.39-
YUV53.15130.17125.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.06%
GREEN value IS 54 (21.48% from 255) = 33.54%
BLUE value IS 57 (22.66% from 255) = 35.40%
R=31.06%
G=33.54%
B=35.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5054570.120.0500.78205.716.5420.98
Hex323639C504Ece715
Octal6266711450116316725
Binary1100101101101110011100101010011101100111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323639; }

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

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

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

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

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

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

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

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