Html Css Color HEX #313234 Ebony

📋 copy color: '#313234'

red 49 ◦ green 50 ◦ blue 52

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

Shades of Ebony #313234

Tints of Ebony #313234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 34.44%

R = 32.45%
G = 33.11%
B = 34.44%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#313234 (or 0x313234) is known color: Ebony. HEX triplet: 31, 32 and 34. RGB value is (49,50,52). Sum of RGB (Red+Green+Blue) = 49+50+52=151 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.45% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 52 (20.70% from 255 or 34.44% from 151); Max value from RGB is 52 - color contains mainly: blue. Hex color #313234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313234 is #CECDCB. Grayscale: #313131. Windows color (decimal): -13553100 or 3420721. OLE color: 3420721.

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

Color convert

RGB 49 50 52 -
CMYK 0.06 0.04 0 0.80
HSL 220º 0.03% 0.2% -
HSV(B) 220º 0.06% 0.2% -
XYZ 3.03 3.18 3.7 -
YUV 49.93 129.17 127.34 -
System Red Green Blue C M Y K H S L
Decimal 49 50 52 0.06 0.04 0 0.80 220 0.03 0.2
Hex 31 32 34 6 4 0 50 DC 3 14
Octal 61 62 64 6 4 0 120 334 3 24
Binary 110001 110010 110100 110 100 0 1010000 11011100 11 10100

Color Harmonies of #313234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313234

Black with #313234

Text Example


Text Example

White with #313234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313234; }

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

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

background-color css

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

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

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

border-color css

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

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

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