#2B211F

Color #2B211F Livid Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Livid Brown #2B211F

Tints of Livid Brown #2B211F

Color information

#2B211F (or 0x2B211F) is unknown color: approx Livid Brown. HEX triplet: 2B, 21 and 1F. RGB value is (43,33,31). Sum of RGB (Red+Green+Blue) = 43+33+31=107 (14% of max value = 765). Red value is 43 (17.19% from 255 or 40.19% from 107); Green value is 33 (13.28% from 255 or 30.84% from 107); Blue value is 31 (12.5% from 255 or 28.97% from 107); Max value from RGB is 43 - color contains mainly: red. Hex color #2B211F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B211F is #D4DEE0. Grayscale: #232323. Windows color (decimal): -13950689 or 2040107. OLE color: 2040107.

HSL color Cylindrical-coordinate representation of color #2B211F: hue angle of 10º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2B211F is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.83.

Color convert

RGB433331-
CMYK00.230.280.83
HSL10º16.22%14.51%-
HSV(B)10º27.91%16.86%-
XYZ1.791.71.53-
YUV35.76125.31133.16-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 40.19%
GREEN value IS 33 (13.28% from 255) = 30.84%
BLUE value IS 31 (12.5% from 255) = 28.97%
R=40.19%
G=30.84%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43333100.230.280.831016.2214.51
Hex2B211F0171C53a10f
Octal53413702734123122017
Binary101011100001111110101111110010100111010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B211F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B211F; }

 p { color: rgb(43,33,31); }

 H1.HeaderClassName
 {
   color: #2B211F;
 }
 .AnyTagClassName
 {
   color: #2B211F;
 }
</style>
background-color css

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

 a { background-color: rgb(43,33,31); }

 div.DivClassName
 {
   background-color: #2B211F;
 }
 .BgClassName
 {
   background-color: #2B211F;
 }
</style>
border-color css

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

 span { border-color: rgb(43,33,31); }

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