#29211B

Color #29211B Bokara Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bokara Grey #29211B

Tints of Bokara Grey #29211B

Color information

#29211B (or 0x29211B) is unknown color: approx Bokara Grey. HEX triplet: 29, 21 and 1B. RGB value is (41,33,27). Sum of RGB (Red+Green+Blue) = 41+33+27=101 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.59% from 101); Green value is 33 (13.28% from 255 or 32.67% from 101); Blue value is 27 (10.94% from 255 or 26.73% from 101); Max value from RGB is 41 - color contains mainly: red. Hex color #29211B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29211B is #D6DEE4. Grayscale: #222222. Windows color (decimal): -14081765 or 1777961. OLE color: 1777961.

HSL color Cylindrical-coordinate representation of color #29211B: hue angle of 25.71º degrees, saturation: 0.21, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #29211B is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.84.

Color convert

RGB413327-
CMYK00.200.340.84
HSL25.71º20.59%13.33%-
HSV(B)25.71º34.15%16.08%-
XYZ1.661.641.27-
YUV34.71123.65132.49-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 40.59%
GREEN value IS 33 (13.28% from 255) = 32.67%
BLUE value IS 27 (10.94% from 255) = 26.73%
R=40.59%
G=32.67%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41332700.200.340.8425.7120.5913.33
Hex29211B01422541a15d
Octal51413302442124322515
Binary10100110000111011010100100010101010011010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29211B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29211B; }

 p { color: rgb(41,33,27); }

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

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

 a { background-color: rgb(41,33,27); }

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

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

 span { border-color: rgb(41,33,27); }

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