#29211A

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

Shades of Bokara Grey #29211A

Tints of Bokara Grey #29211A

Color information

#29211A (or 0x29211A) is unknown color: approx Bokara Grey. HEX triplet: 29, 21 and 1A. RGB value is (41,33,26). Sum of RGB (Red+Green+Blue) = 41+33+26=100 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41% from 100); Green value is 33 (13.28% from 255 or 33% from 100); Blue value is 26 (10.55% from 255 or 26% from 100); Max value from RGB is 41 - color contains mainly: red. Hex color #29211A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29211A is #D6DEE5. Grayscale: #222222. Windows color (decimal): -14081766 or 1712425. OLE color: 1712425.

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

Color convert

RGB413326-
CMYK00.200.370.84
HSL28º22.39%13.14%-
HSV(B)28º36.59%16.08%-
XYZ1.641.631.21-
YUV34.59123.15132.57-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 41%
GREEN value IS 33 (13.28% from 255) = 33%
BLUE value IS 26 (10.55% from 255) = 26%
R=41%
G=33%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41332600.200.370.842822.3913.14
Hex29211A01425541c16d
Octal51413202445124342615
Binary10100110000111010010100100101101010011100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29211A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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