#31353A

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

Shades of Ebony Clay #31353A

Tints of Ebony Clay #31353A

Color information

#31353A (or 0x31353A) is unknown color: approx Ebony Clay. HEX triplet: 31, 35 and 3A. RGB value is (49,53,58). Sum of RGB (Red+Green+Blue) = 49+53+58=160 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.62% from 160); Green value is 53 (21.09% from 255 or 33.12% from 160); Blue value is 58 (23.05% from 255 or 36.25% from 160); Max value from RGB is 58 - color contains mainly: blue. Hex color #31353A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31353A is #CECAC5. Grayscale: #343434. Windows color (decimal): -13552326 or 3814705. OLE color: 3814705.

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

Color convert

RGB495358-
CMYK0.160.0900.77
HSL213.33º8.41%20.98%-
HSV(B)213.33º15.52%22.75%-
XYZ3.33.54.51-
YUV52.37131.17125.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.62%
GREEN value IS 53 (21.09% from 255) = 33.12%
BLUE value IS 58 (23.05% from 255) = 36.25%
R=30.62%
G=33.12%
B=36.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4953580.160.0900.77213.338.4120.98
Hex31353A10904Dd5815
Octal616572201101153251025
Binary1100011101011110101000010010100110111010101100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #31353A;
 }
 .AnyTagClassName
 {
   color: #31353A;
 }
</style>
background-color css

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

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

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

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

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

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