Shades of Karaka #292B01
Tints of Karaka #292B01
RGB
CMYK
RGB Variations
Color information
#292B01 (or 0x292B01) is known color: Karaka. HEX triplet: 29, 2B and 01. RGB value is (41,43,1). Sum of RGB (Red+Green+Blue) = 41+43+1=85 (11% of max value = 765). Red value is 41 (16.41% from 255 or 48.24% from 85); Green value is 43 (17.19% from 255 or 50.59% from 85); Blue value is 1 (0.78% from 255 or 1.18% from 85); Max value from RGB is 43 - color contains mainly: green. Hex color #292B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292B01 is #D6D4FE. Grayscale: #252525. Windows color (decimal): -14079231 or 76585. OLE color: 76585.
HSL color Cylindrical-coordinate representation of color #292B01: hue angle of 62.86º degrees, saturation: 0.95, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #292B01 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 41 | 43 | 1 | - |
| CMYK | 0.05 | 0 | 0.98 | 0.83 |
| HSL | 62.86º | 0.95% | 0.09% | - |
| HSV(B) | 62.86º | 0.98% | 0.17% | - |
| XYZ | 1.78 | 2.2 | 0.36 | - |
| YUV | 37.61 | 107.34 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 43 | 1 | 0.05 | 0 | 0.98 | 0.83 | 62.86 | 0.95 | 0.09 |
| Hex | 29 | 2B | 1 | 5 | 0 | 62 | 53 | 3F | 5F | 9 |
| Octal | 51 | 53 | 1 | 5 | 0 | 142 | 123 | 77 | 137 | 11 |
| Binary | 101001 | 101011 | 1 | 101 | 0 | 1100010 | 1010011 | 111111 | 1011111 | 1001 |
Color Harmonies of #292B01
Complementary color
Monochromatic Colors of #292B01
Black with #292B01
Text Example
Text Example
White with #292B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292B01; }
p { color: rgb(41,43,1); }
H1.HeaderClassName
{
color: #292B01;
}
.AnyTagClassName
{
color: #292B01;
}
</style>
background-color css
<style>
a { background-color: #292B01; }
a { background-color: rgb(41,43,1); }
div.DivClassName
{
background-color: #292B01;
}
.BgClassName
{
background-color: #292B01;
}
</style>
border-color css
<style>
span { border-color: #292B01; }
span { border-color: rgb(41,43,1); }
td.TdClassName
{
border-color: #292B01;
}
.TagClassName
{
border-color: #292B01;
}
</style>