Shades of Karaka #29291B
Tints of Karaka #29291B
RGB
CMYK
RGB Variations
Color information
#29291B (or 0x29291B) is known color: Karaka. HEX triplet: 29, 29 and 1B. RGB value is (41,41,27). Sum of RGB (Red+Green+Blue) = 41+41+27=109 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.61% from 109); Green value is 41 (16.41% from 255 or 37.61% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 41 - color contains mainly: red, green. Hex color #29291B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29291B is #D6D6E4. Grayscale: #272727. Windows color (decimal): -14079717 or 1780009. OLE color: 1780009.
HSL color Cylindrical-coordinate representation of color #29291B: hue angle of 60º 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 #29291B is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 41 | 27 | - |
| CMYK | 0 | 0 | 0.34 | 0.84 |
| HSL | 60º | 0.21% | 0.13% | - |
| HSV(B) | 60º | 0.34% | 0.16% | - |
| XYZ | 1.91 | 2.14 | 1.35 | - |
| YUV | 39.4 | 121 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 41 | 27 | 0 | 0 | 0.34 | 0.84 | 60 | 0.21 | 0.13 |
| Hex | 29 | 29 | 1B | 0 | 0 | 22 | 54 | 3C | 15 | D |
| Octal | 51 | 51 | 33 | 0 | 0 | 42 | 124 | 74 | 25 | 15 |
| Binary | 101001 | 101001 | 11011 | 0 | 0 | 100010 | 1010100 | 111100 | 10101 | 1101 |
Color Harmonies of #29291B
Complementary color
Monochromatic Colors of #29291B
Black with #29291B
Text Example
Text Example
White with #29291B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29291B; }
p { color: rgb(41,41,27); }
H1.HeaderClassName
{
color: #29291B;
}
.AnyTagClassName
{
color: #29291B;
}
</style>
background-color css
<style>
a { background-color: #29291B; }
a { background-color: rgb(41,41,27); }
div.DivClassName
{
background-color: #29291B;
}
.BgClassName
{
background-color: #29291B;
}
</style>
border-color css
<style>
span { border-color: #29291B; }
span { border-color: rgb(41,41,27); }
td.TdClassName
{
border-color: #29291B;
}
.TagClassName
{
border-color: #29291B;
}
</style>