Html Css Color HEX #313439 Ebony Clay

📋 copy color: '#313439'

red 49 ◦ green 52 ◦ blue 57

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

Shades of Ebony Clay #313439

Tints of Ebony Clay #313439

RGB

 RED value IS 49 (19.53% from 255) = 31.01%

 GREEN value IS 52 (20.7% from 255) = 32.91%

 BLUE value IS 57 (22.66% from 255) = 36.08%

R = 31.01%
G = 32.91%
B = 36.08%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#313439 (or 0x313439) is known color: Ebony Clay. HEX triplet: 31, 34 and 39. RGB value is (49,52,57). Sum of RGB (Red+Green+Blue) = 49+52+57=158 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.01% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 57 (22.66% from 255 or 36.08% from 158); Max value from RGB is 57 - color contains mainly: blue. Hex color #313439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313439 is #CECBC6. Grayscale: #333333. Windows color (decimal): -13552583 or 3748913. OLE color: 3748913.

HSL color Cylindrical-coordinate representation of color #313439: hue angle of 217.5º 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 #313439 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 49 52 57 -
CMYK 0.14 0.09 0 0.78
HSL 217.5º 0.08% 0.21% -
HSV(B) 217.5º 0.14% 0.22% -
XYZ 3.23 3.4 4.36 -
YUV 51.67 131.01 126.09 -
System Red Green Blue C M Y K H S L
Decimal 49 52 57 0.14 0.09 0 0.78 217.5 0.08 0.21
Hex 31 34 39 E 9 0 4E DA 8 15
Octal 61 64 71 16 11 0 116 332 10 25
Binary 110001 110100 111001 1110 1001 0 1001110 11011010 1000 10101

Color Harmonies of #313439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313439

Black with #313439

Text Example


Text Example

White with #313439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313439; }

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

 H1.HeaderClassName
 {
   color: #313439;
 }
 .AnyTagClassName
 {
   color: #313439;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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