Html Css Color HEX #313337 Ebony

📋 copy color: '#313337'

red 49 ◦ green 51 ◦ blue 55

#313337
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ebony #313337

Tints of Ebony #313337

RGB

 RED value IS 49 (19.53% from 255) = 31.61%

 GREEN value IS 51 (20.31% from 255) = 32.9%

 BLUE value IS 55 (21.88% from 255) = 35.48%

R = 31.61%
G = 32.9%
B = 35.48%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#313337 (or 0x313337) is known color: 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

RGB 49 51 55 -
CMYK 0.11 0.07 0 0.78
HSL 220º 0.06% 0.2% -
HSV(B) 220º 0.11% 0.22% -
XYZ 3.14 3.3 4.09 -
YUV 50.86 130.34 126.67 -
System Red Green Blue C M Y K H S L
Decimal 49 51 55 0.11 0.07 0 0.78 220 0.06 0.2
Hex 31 33 37 B 7 0 4E DC 6 14
Octal 61 63 67 13 7 0 116 334 6 24
Binary 110001 110011 110111 1011 111 0 1001110 11011100 110 10100

Color Harmonies of #313337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313337

Black with #313337

Text Example


Text Example

White with #313337

Text Example


Text Example

HTML Codes & Css Web 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>