Html Css Color HEX #323439 Ebony Clay

📋 copy color: '#323439'

red 50 ◦ green 52 ◦ blue 57

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

Shades of Ebony Clay #323439

Tints of Ebony Clay #323439

RGB

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

 GREEN value IS 52 (20.7% from 255) = 32.7%

 BLUE value IS 57 (22.66% from 255) = 35.85%

R = 31.45%
G = 32.7%
B = 35.85%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#323439 (or 0x323439) is known color: 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

RGB 50 52 57 -
CMYK 0.12 0.09 0 0.78
HSL 222.86º 0.07% 0.21% -
HSV(B) 222.86º 0.12% 0.22% -
XYZ 3.28 3.43 4.36 -
YUV 51.97 130.84 126.59 -
System Red Green Blue C M Y K H S L
Decimal 50 52 57 0.12 0.09 0 0.78 222.86 0.07 0.21
Hex 32 34 39 C 9 0 4E DF 7 15
Octal 62 64 71 14 11 0 116 337 7 25
Binary 110010 110100 111001 1100 1001 0 1001110 11011111 111 10101

Color Harmonies of #323439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323439

Black with #323439

Text Example


Text Example

White with #323439

Text Example


Text Example

HTML Codes & Css Web 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>