#323335

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

Shades of Ebony #323335

Tints of Ebony #323335

Color information

#323335 (or 0x323335) is unknown color: approx Ebony. HEX triplet: 32, 33 and 35. RGB value is (50,51,53). Sum of RGB (Red+Green+Blue) = 50+51+53=154 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.47% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 53 (21.09% from 255 or 34.42% from 154); Max value from RGB is 53 - color contains mainly: blue. Hex color #323335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323335 is #CDCCCA. Grayscale: #323232. Windows color (decimal): -13487307 or 3486514. OLE color: 3486514.

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

Color convert

RGB505153-
CMYK0.060.0400.79
HSL220º2.91%20.2%-
HSV(B)220º5.66%20.78%-
XYZ3.143.33.84-
YUV50.93129.17127.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.47%
GREEN value IS 51 (20.31% from 255) = 33.12%
BLUE value IS 53 (21.09% from 255) = 34.42%
R=32.47%
G=33.12%
B=34.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5051530.060.0400.792202.9120.2
Hex3233356404Fdc314
Octal626365640117334324
Binary11001011001111010111010001001111110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323335; }

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

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

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

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

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

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

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

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