Html Css Color HEX #31353B Ebony Clay

📋 copy color: '#31353B'

red 49 ◦ green 53 ◦ blue 59

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

Shades of Ebony Clay #31353B

Tints of Ebony Clay #31353B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 32.92%

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

R = 30.43%
G = 32.92%
B = 36.65%

CMYK

 C value IS 0.17

 M value IS 0.10

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#31353B (or 0x31353B) is known color: Ebony Clay. HEX triplet: 31, 35 and 3B. RGB value is (49,53,59). Sum of RGB (Red+Green+Blue) = 49+53+59=161 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.43% from 161); Green value is 53 (21.09% from 255 or 32.92% from 161); Blue value is 59 (23.44% from 255 or 36.65% from 161); Max value from RGB is 59 - color contains mainly: blue. Hex color #31353B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31353B is #CECAC4. Grayscale: #343434. Windows color (decimal): -13552325 or 3880241. OLE color: 3880241.

HSL color Cylindrical-coordinate representation of color #31353B: hue angle of 216º 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 #31353B is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 49 53 59 -
CMYK 0.17 0.10 0 0.77
HSL 216º 0.09% 0.21% -
HSV(B) 216º 0.17% 0.23% -
XYZ 3.33 3.51 4.64 -
YUV 52.49 131.67 125.51 -
System Red Green Blue C M Y K H S L
Decimal 49 53 59 0.17 0.10 0 0.77 216 0.09 0.21
Hex 31 35 3B 11 A 0 4D D8 9 15
Octal 61 65 73 21 12 0 115 330 11 25
Binary 110001 110101 111011 10001 1010 0 1001101 11011000 1001 10101

Color Harmonies of #31353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31353B

Black with #31353B

Text Example


Text Example

White with #31353B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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