#313337

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

Shades of Ebony #313337

Tints of Ebony #313337

Color information

#313337 (or 0x313337) is unknown color: approx Ebony. HEX triplet: 31, 33 and 37. RGB value is (49,51,55). Sum of RGB (Red+Green+Blue) = 49+51+55=155 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.61% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 55 (21.88% from 255 or 35.48% from 155); Max value from RGB is 55 - color contains mainly: blue. Hex color #313337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313337 is #CECCC8. Grayscale: #323232. Windows color (decimal): -13552841 or 3617585. OLE color: 3617585.

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

Color convert

RGB495155-
CMYK0.110.0700.78
HSL220º5.77%20.39%-
HSV(B)220º10.91%21.57%-
XYZ3.143.34.09-
YUV50.86130.34126.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.61%
GREEN value IS 51 (20.31% from 255) = 32.90%
BLUE value IS 55 (21.88% from 255) = 35.48%
R=31.61%
G=32.90%
B=35.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4951550.110.0700.782205.7720.39
Hex313337B704Edc614
Octal6163671370116334624
Binary1100011100111101111011111010011101101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313337; }

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

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

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

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

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

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

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

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