Html Css Color HEX #31333A Ebony Clay

📋 copy color: '#31333A'

red 49 ◦ green 51 ◦ blue 58

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

Shades of Ebony Clay #31333A

Tints of Ebony Clay #31333A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 32.28%

 BLUE value IS 58 (23.05% from 255) = 36.71%

R = 31.01%
G = 32.28%
B = 36.71%

CMYK

 C value IS 0.16

 M value IS 0.12

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#31333A (or 0x31333A) is known color: Ebony Clay. HEX triplet: 31, 33 and 3A. RGB value is (49,51,58). Sum of RGB (Red+Green+Blue) = 49+51+58=158 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.01% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 58 (23.05% from 255 or 36.71% from 158); Max value from RGB is 58 - color contains mainly: blue. Hex color #31333A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31333A is #CECCC5. Grayscale: #333333. Windows color (decimal): -13552838 or 3814193. OLE color: 3814193.

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

Color convert

RGB 49 51 58 -
CMYK 0.16 0.12 0 0.77
HSL 226.67º 0.08% 0.21% -
HSV(B) 226.67º 0.16% 0.23% -
XYZ 3.21 3.33 4.48 -
YUV 51.2 131.84 126.43 -
System Red Green Blue C M Y K H S L
Decimal 49 51 58 0.16 0.12 0 0.77 226.67 0.08 0.21
Hex 31 33 3A 10 C 0 4D E3 8 15
Octal 61 63 72 20 14 0 115 343 10 25
Binary 110001 110011 111010 10000 1100 0 1001101 11100011 1000 10101

Color Harmonies of #31333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31333A

Black with #31333A

Text Example


Text Example

White with #31333A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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