#313235

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

Shades of Ebony #313235

Tints of Ebony #313235

Color information

#313235 (or 0x313235) is unknown color: approx Ebony. HEX triplet: 31, 32 and 35. RGB value is (49,50,53). Sum of RGB (Red+Green+Blue) = 49+50+53=152 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.24% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 53 (21.09% from 255 or 34.87% from 152); Max value from RGB is 53 - color contains mainly: blue. Hex color #313235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313235 is #CECDCA. Grayscale: #323232. Windows color (decimal): -13553099 or 3486257. OLE color: 3486257.

HSL color Cylindrical-coordinate representation of color #313235: 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.08%. Process color model (Four color, CMYK) of #313235 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB495053-
CMYK0.080.0600.79
HSL225º3.92%20%-
HSV(B)225º7.55%20.78%-
XYZ3.053.193.82-
YUV50.04129.67127.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.24%
GREEN value IS 50 (19.92% from 255) = 32.89%
BLUE value IS 53 (21.09% from 255) = 34.87%
R=32.24%
G=32.89%
B=34.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4950530.080.0600.792253.9220
Hex3132358604Fe1414
Octal6162651060117341424
Binary1100011100101101011000110010011111110000110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313235; }

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

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

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

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

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

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

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

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