Html Css Color HEX #31343B Ebony Clay

📋 copy color: '#31343B'

red 49 ◦ green 52 ◦ blue 59

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

Shades of Ebony Clay #31343B

Tints of Ebony Clay #31343B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 32.5%

 BLUE value IS 59 (23.44% from 255) = 36.88%

R = 30.63%
G = 32.5%
B = 36.88%

CMYK

 C value IS 0.17

 M value IS 0.12

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#31343B (or 0x31343B) is known color: Ebony Clay. HEX triplet: 31, 34 and 3B. RGB value is (49,52,59). Sum of RGB (Red+Green+Blue) = 49+52+59=160 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.62% from 160); Green value is 52 (20.70% from 255 or 32.5% from 160); Blue value is 59 (23.44% from 255 or 36.88% from 160); Max value from RGB is 59 - color contains mainly: blue. Hex color #31343B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31343B is #CECBC4. Grayscale: #333333. Windows color (decimal): -13552581 or 3879985. OLE color: 3879985.

HSL color Cylindrical-coordinate representation of color #31343B: hue angle of 222º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #31343B is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 49 52 59 -
CMYK 0.17 0.12 0 0.77
HSL 222º 0.09% 0.21% -
HSV(B) 222º 0.17% 0.23% -
XYZ 3.28 3.42 4.63 -
YUV 51.9 132.01 125.93 -
System Red Green Blue C M Y K H S L
Decimal 49 52 59 0.17 0.12 0 0.77 222 0.09 0.21
Hex 31 34 3B 11 C 0 4D DE 9 15
Octal 61 64 73 21 14 0 115 336 11 25
Binary 110001 110100 111011 10001 1100 0 1001101 11011110 1001 10101

Color Harmonies of #31343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31343B

Black with #31343B

Text Example


Text Example

White with #31343B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31343B; }

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

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

background-color css

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

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

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

border-color css

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

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

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