Html Css Color HEX #312221 Livid Brown

📋 copy color: '#312221'

red 49 ◦ green 34 ◦ blue 33

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

Shades of Livid Brown #312221

Tints of Livid Brown #312221

RGB

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

 GREEN value IS 34 (13.67% from 255) = 29.31%

 BLUE value IS 33 (13.28% from 255) = 28.45%

R = 42.24%
G = 29.31%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.81

RGB Variations

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

Color information

#312221 (or 0x312221) is known color: Livid Brown. HEX triplet: 31, 22 and 21. RGB value is (49,34,33). Sum of RGB (Red+Green+Blue) = 49+34+33=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 34 (13.67% from 255 or 29.31% from 116); Blue value is 33 (13.28% from 255 or 28.45% from 116); Max value from RGB is 49 - color contains mainly: red. Hex color #312221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312221 is #CEDDDE. Grayscale: #262626. Windows color (decimal): -13557215 or 2171441. OLE color: 2171441.

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

Color convert

RGB 49 34 33 -
CMYK 0 0.31 0.33 0.81
HSL 3.75º 0.2% 0.16% -
HSV(B) 3.75º 0.33% 0.19% -
XYZ 2.11 1.91 1.7 -
YUV 38.37 124.97 135.58 -
System Red Green Blue C M Y K H S L
Decimal 49 34 33 0 0.31 0.33 0.81 3.75 0.2 0.16
Hex 31 22 21 0 1F 21 51 4 14 10
Octal 61 42 41 0 37 41 121 4 24 20
Binary 110001 100010 100001 0 11111 100001 1010001 100 10100 10000

Color Harmonies of #312221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312221

Black with #312221

Text Example


Text Example

White with #312221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312221; }

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

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

background-color css

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

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

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

border-color css

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

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

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