Html Css Color HEX #313339 Ebony Clay

📋 copy color: '#313339'

red 49 ◦ green 51 ◦ blue 57

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

Shades of Ebony Clay #313339

Tints of Ebony Clay #313339

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 value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#313339 (or 0x313339) is known color: 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

RGB 49 51 57 -
CMYK 0.14 0.11 0 0.78
HSL 225º 0.08% 0.21% -
HSV(B) 225º 0.14% 0.22% -
XYZ 3.19 3.32 4.34 -
YUV 51.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 49 51 57 0.14 0.11 0 0.78 225 0.08 0.21
Hex 31 33 39 E B 0 4E E1 8 15
Octal 61 63 71 16 13 0 116 341 10 25
Binary 110001 110011 111001 1110 1011 0 1001110 11100001 1000 10101

Color Harmonies of #313339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313339

Black with #313339

Text Example


Text Example

White with #313339

Text Example


Text Example

HTML Codes & Css Web 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>