Html Css Color HEX #312118 Wood Bark

📋 copy color: '#312118'

red 49 ◦ green 33 ◦ blue 24

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

Shades of Wood Bark #312118

Tints of Wood Bark #312118

RGB

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

 GREEN value IS 33 (13.28% from 255) = 31.13%

 BLUE value IS 24 (9.77% from 255) = 22.64%

R = 46.23%
G = 31.13%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.51

 K value IS 0.81

RGB Variations

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

Color information

#312118 (or 0x312118) is known color: Wood Bark. HEX triplet: 31, 21 and 18. RGB value is (49,33,24). Sum of RGB (Red+Green+Blue) = 49+33+24=106 (14% of max value = 765). Red value is 49 (19.53% from 255 or 46.23% from 106); Green value is 33 (13.28% from 255 or 31.13% from 106); Blue value is 24 (9.77% from 255 or 22.64% from 106); Max value from RGB is 49 - color contains mainly: red. Hex color #312118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312118 is #CEDEE7. Grayscale: #242424. Windows color (decimal): -13557480 or 1581361. OLE color: 1581361.

HSL color Cylindrical-coordinate representation of color #312118: hue angle of 21.6º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #312118 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 33 24 -
CMYK 0 0.33 0.51 0.81
HSL 21.6º 0.34% 0.14% -
HSV(B) 21.6º 0.51% 0.19% -
XYZ 1.98 1.81 1.11 -
YUV 36.76 120.8 136.73 -
System Red Green Blue C M Y K H S L
Decimal 49 33 24 0 0.33 0.51 0.81 21.6 0.34 0.14
Hex 31 21 18 0 21 33 51 16 22 E
Octal 61 41 30 0 41 63 121 26 42 16
Binary 110001 100001 11000 0 100001 110011 1010001 10110 100010 1110

Color Harmonies of #312118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312118

Black with #312118

Text Example


Text Example

White with #312118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312118; }

 p { color: rgb(49,33,24); }

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

background-color css

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

 a { background-color: rgb(49,33,24); }

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

border-color css

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

 span { border-color: rgb(49,33,24); }

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