#323439

Color #323439 Ebony Clay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ebony Clay #323439

Tints of Ebony Clay #323439

Color information

#323439 (or 0x323439) is unknown color: approx Ebony Clay. HEX triplet: 32, 34 and 39. RGB value is (50,52,57). Sum of RGB (Red+Green+Blue) = 50+52+57=159 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.45% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 57 (22.66% from 255 or 35.85% from 159); Max value from RGB is 57 - color contains mainly: blue. Hex color #323439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323439 is #CDCBC6. Grayscale: #333333. Windows color (decimal): -13487047 or 3748914. OLE color: 3748914.

HSL color Cylindrical-coordinate representation of color #323439: hue angle of 222.86º 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 #323439 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB505257-
CMYK0.120.0900.78
HSL222.86º6.54%20.98%-
HSV(B)222.86º12.28%22.35%-
XYZ3.283.434.36-
YUV51.97130.84126.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.45%
GREEN value IS 52 (20.70% from 255) = 32.70%
BLUE value IS 57 (22.66% from 255) = 35.85%
R=31.45%
G=32.70%
B=35.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5052570.120.0900.78222.866.5420.98
Hex323439C904Edf715
Octal62647114110116337725
Binary11001011010011100111001001010011101101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323439; }

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

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

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

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

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

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

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

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