Html Css Color HEX #313236 Ebony

📋 copy color: '#313236'

red 49 ◦ green 50 ◦ blue 54

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

Shades of Ebony #313236

Tints of Ebony #313236

RGB

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

 GREEN value IS 50 (19.92% from 255) = 32.68%

 BLUE value IS 54 (21.48% from 255) = 35.29%

R = 32.03%
G = 32.68%
B = 35.29%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#313236 (or 0x313236) is known color: Ebony. HEX triplet: 31, 32 and 36. RGB value is (49,50,54). Sum of RGB (Red+Green+Blue) = 49+50+54=153 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.03% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 54 (21.48% from 255 or 35.29% from 153); Max value from RGB is 54 - color contains mainly: blue. Hex color #313236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313236 is #CECDC9. Grayscale: #323232. Windows color (decimal): -13553098 or 3551793. OLE color: 3551793.

HSL color Cylindrical-coordinate representation of color #313236: hue angle of 228º 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 #313236 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 49 50 54 -
CMYK 0.09 0.07 0 0.79
HSL 228º 0.05% 0.2% -
HSV(B) 228º 0.09% 0.21% -
XYZ 3.07 3.2 3.95 -
YUV 50.16 130.17 127.17 -
System Red Green Blue C M Y K H S L
Decimal 49 50 54 0.09 0.07 0 0.79 228 0.05 0.2
Hex 31 32 36 9 7 0 4F E4 5 14
Octal 61 62 66 11 7 0 117 344 5 24
Binary 110001 110010 110110 1001 111 0 1001111 11100100 101 10100

Color Harmonies of #313236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313236

Black with #313236

Text Example


Text Example

White with #313236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313236; }

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

 H1.HeaderClassName
 {
   color: #313236;
 }
 .AnyTagClassName
 {
   color: #313236;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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