Shades of Karaka #2B2B18
Tints of Karaka #2B2B18
RGB
CMYK
RGB Variations
Color information
#2B2B18 (or 0x2B2B18) is known color: Karaka. HEX triplet: 2B, 2B and 18. RGB value is (43,43,24). Sum of RGB (Red+Green+Blue) = 43+43+24=110 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.09% from 110); Green value is 43 (17.19% from 255 or 39.09% from 110); Blue value is 24 (9.77% from 255 or 21.82% from 110); Max value from RGB is 43 - color contains mainly: red, green. Hex color #2B2B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2B18 is #D4D4E7. Grayscale: #282828. Windows color (decimal): -13948136 or 1583915. OLE color: 1583915.
HSL color Cylindrical-coordinate representation of color #2B2B18: hue angle of 60º degrees, saturation: 0.28, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2B2B18 is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 43 | 24 | - |
| CMYK | 0 | 0 | 0.44 | 0.83 |
| HSL | 60º | 0.28% | 0.13% | - |
| HSV(B) | 60º | 0.44% | 0.17% | - |
| XYZ | 2.03 | 2.31 | 1.2 | - |
| YUV | 40.83 | 118.5 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 43 | 24 | 0 | 0 | 0.44 | 0.83 | 60 | 0.28 | 0.13 |
| Hex | 2B | 2B | 18 | 0 | 0 | 2C | 53 | 3C | 1C | D |
| Octal | 53 | 53 | 30 | 0 | 0 | 54 | 123 | 74 | 34 | 15 |
| Binary | 101011 | 101011 | 11000 | 0 | 0 | 101100 | 1010011 | 111100 | 11100 | 1101 |
Color Harmonies of #2B2B18
Complementary color
Monochromatic Colors of #2B2B18
Black with #2B2B18
Text Example
Text Example
White with #2B2B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2B18; }
p { color: rgb(43,43,24); }
H1.HeaderClassName
{
color: #2B2B18;
}
.AnyTagClassName
{
color: #2B2B18;
}
</style>
background-color css
<style>
a { background-color: #2B2B18; }
a { background-color: rgb(43,43,24); }
div.DivClassName
{
background-color: #2B2B18;
}
.BgClassName
{
background-color: #2B2B18;
}
</style>
border-color css
<style>
span { border-color: #2B2B18; }
span { border-color: rgb(43,43,24); }
td.TdClassName
{
border-color: #2B2B18;
}
.TagClassName
{
border-color: #2B2B18;
}
</style>