#313339

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

Shades of Ebony Clay #313339

Tints of Ebony Clay #313339

Color information

#313339 (or 0x313339) is unknown color: approx Ebony Clay. HEX triplet: 31, 33 and 39. RGB value is (49,51,57). Sum of RGB (Red+Green+Blue) = 49+51+57=157 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.21% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 57 (22.66% from 255 or 36.31% from 157); Max value from RGB is 57 - color contains mainly: blue. Hex color #313339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313339 is #CECCC6. Grayscale: #333333. Windows color (decimal): -13552839 or 3748657. OLE color: 3748657.

HSL color Cylindrical-coordinate representation of color #313339: hue angle of 225º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #313339 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB495157-
CMYK0.140.1100.78
HSL225º7.55%20.78%-
HSV(B)225º14.04%22.35%-
XYZ3.193.324.34-
YUV51.09131.34126.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.21%
GREEN value IS 51 (20.31% from 255) = 32.48%
BLUE value IS 57 (22.66% from 255) = 36.31%
R=31.21%
G=32.48%
B=36.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4951570.140.1100.782257.5520.78
Hex313339EB04Ee1815
Octal616371161301163411025
Binary110001110011111001111010110100111011100001100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313339; }

 p { color: rgb(49,51,57); }

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

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

 a { background-color: rgb(49,51,57); }

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

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

 span { border-color: rgb(49,51,57); }

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