Html Css Color HEX #31343A Ebony Clay

📋 copy color: '#31343A'

red 49 ◦ green 52 ◦ blue 58

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

Shades of Ebony Clay #31343A

Tints of Ebony Clay #31343A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 36.48%

R = 30.82%
G = 32.7%
B = 36.48%

CMYK

 C value IS 0.16

 M value IS 0.10

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#31343A (or 0x31343A) is known color: Ebony Clay. HEX triplet: 31, 34 and 3A. RGB value is (49,52,58). Sum of RGB (Red+Green+Blue) = 49+52+58=159 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.82% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 58 (23.05% from 255 or 36.48% from 159); Max value from RGB is 58 - color contains mainly: blue. Hex color #31343A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31343A is #CECBC5. Grayscale: #333333. Windows color (decimal): -13552582 or 3814449. OLE color: 3814449.

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

Color convert

RGB 49 52 58 -
CMYK 0.16 0.10 0 0.77
HSL 220º 0.08% 0.21% -
HSV(B) 220º 0.16% 0.23% -
XYZ 3.26 3.41 4.49 -
YUV 51.79 131.51 126.01 -
System Red Green Blue C M Y K H S L
Decimal 49 52 58 0.16 0.10 0 0.77 220 0.08 0.21
Hex 31 34 3A 10 A 0 4D DC 8 15
Octal 61 64 72 20 12 0 115 334 10 25
Binary 110001 110100 111010 10000 1010 0 1001101 11011100 1000 10101

Color Harmonies of #31343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31343A

Black with #31343A

Text Example


Text Example

White with #31343A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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