#323437

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

Shades of Ebony Clay #323437

Tints of Ebony Clay #323437

Color information

#323437 (or 0x323437) is unknown color: approx Ebony Clay. HEX triplet: 32, 34 and 37. RGB value is (50,52,55). Sum of RGB (Red+Green+Blue) = 50+52+55=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 55 (21.88% from 255 or 35.03% from 157); Max value from RGB is 55 - color contains mainly: blue. Hex color #323437 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323437 is #CDCBC8. Grayscale: #333333. Windows color (decimal): -13487049 or 3617842. OLE color: 3617842.

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

Color convert

RGB505255-
CMYK0.090.0500.78
HSL216º4.76%20.59%-
HSV(B)216º9.09%21.57%-
XYZ3.233.414.1-
YUV51.74129.84126.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.85%
GREEN value IS 52 (20.70% from 255) = 33.12%
BLUE value IS 55 (21.88% from 255) = 35.03%
R=31.85%
G=33.12%
B=35.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5052550.090.0500.782164.7620.59
Hex3234379504Ed8515
Octal6264671150116330525
Binary1100101101001101111001101010011101101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323437; }

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

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

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

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

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

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

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

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