#31353B

Color #31353B Ebony Clay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ebony Clay #31353B

Tints of Ebony Clay #31353B

Color information

#31353B (or 0x31353B) is unknown color: approx 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

RGB495359-
CMYK0.170.1000.77
HSL216º9.26%21.18%-
HSV(B)216º16.95%23.14%-
XYZ3.333.514.64-
YUV52.49131.67125.51-

RGB Variations

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

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 (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4953590.170.1000.772169.2621.18
Hex31353B11A04Dd8915
Octal616573211201153301125
Binary1100011101011110111000110100100110111011000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31353B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>