#323336

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

Shades of Ebony #323336

Tints of Ebony #323336

Color information

#323336 (or 0x323336) is unknown color: approx Ebony. HEX triplet: 32, 33 and 36. RGB value is (50,51,54). Sum of RGB (Red+Green+Blue) = 50+51+54=155 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.26% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 54 (21.48% from 255 or 34.84% from 155); Max value from RGB is 54 - color contains mainly: blue. Hex color #323336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323336 is #CDCCC9. Grayscale: #333333. Windows color (decimal): -13487306 or 3552050. OLE color: 3552050.

HSL color Cylindrical-coordinate representation of color #323336: hue angle of 225º degrees, saturation: 0.04, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #323336 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB505154-
CMYK0.070.0600.79
HSL225º3.85%20.39%-
HSV(B)225º7.41%21.18%-
XYZ3.173.313.96-
YUV51.04129.67127.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.26%
GREEN value IS 51 (20.31% from 255) = 32.90%
BLUE value IS 54 (21.48% from 255) = 34.84%
R=32.26%
G=32.90%
B=34.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5051540.070.0600.792253.8520.39
Hex3233367604Fe1414
Octal626366760117341424
Binary110010110011110110111110010011111110000110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323336; }

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

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

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

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

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

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

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

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