#313438

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

Shades of Ebony Clay #313438

Tints of Ebony Clay #313438

Color information

#313438 (or 0x313438) is unknown color: approx Ebony Clay. HEX triplet: 31, 34 and 38. RGB value is (49,52,56). Sum of RGB (Red+Green+Blue) = 49+52+56=157 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.21% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 56 (22.27% from 255 or 35.67% from 157); Max value from RGB is 56 - color contains mainly: blue. Hex color #313438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313438 is #CECBC7. Grayscale: #333333. Windows color (decimal): -13552584 or 3683377. OLE color: 3683377.

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

Color convert

RGB495256-
CMYK0.120.0700.78
HSL214.29º6.67%20.59%-
HSV(B)214.29º12.5%21.96%-
XYZ3.213.394.23-
YUV51.56130.51126.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.21%
GREEN value IS 52 (20.70% from 255) = 33.12%
BLUE value IS 56 (22.27% from 255) = 35.67%
R=31.21%
G=33.12%
B=35.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4952560.120.0700.78214.296.6720.59
Hex313438C704Ed6715
Octal6164701470116326725
Binary1100011101001110001100111010011101101011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313438; }

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

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

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

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

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

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

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

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