#313336

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

Shades of Ebony #313336

Tints of Ebony #313336

Color information

#313336 (or 0x313336) is unknown color: approx Ebony. HEX triplet: 31, 33 and 36. RGB value is (49,51,54). Sum of RGB (Red+Green+Blue) = 49+51+54=154 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.82% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 54 (21.48% from 255 or 35.06% from 154); Max value from RGB is 54 - color contains mainly: blue. Hex color #313336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313336 is #CECCC9. Grayscale: #323232. Windows color (decimal): -13552842 or 3552049. OLE color: 3552049.

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

Color convert

RGB495154-
CMYK0.090.0600.79
HSL216º4.85%20.2%-
HSV(B)216º9.26%21.18%-
XYZ3.123.293.96-
YUV50.74129.84126.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.82%
GREEN value IS 51 (20.31% from 255) = 33.12%
BLUE value IS 54 (21.48% from 255) = 35.06%
R=31.82%
G=33.12%
B=35.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4951540.090.0600.792164.8520.2
Hex3133369604Fd8514
Octal6163661160117330524
Binary1100011100111101101001110010011111101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313336; }

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

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

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

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

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

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

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

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