Shades of Karaka #2B2B24
Tints of Karaka #2B2B24
RGB
CMYK
RGB Variations
Color information
#2B2B24 (or 0x2B2B24) is known color: Karaka. HEX triplet: 2B, 2B and 24. RGB value is (43,43,36). Sum of RGB (Red+Green+Blue) = 43+43+36=122 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.25% from 122); Green value is 43 (17.19% from 255 or 35.25% from 122); Blue value is 36 (14.45% from 255 or 29.51% from 122); Max value from RGB is 43 - color contains mainly: red, green. Hex color #2B2B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2B24 is #D4D4DB. Grayscale: #2A2A2A. Windows color (decimal): -13948124 or 2370347. OLE color: 2370347.
HSL color Cylindrical-coordinate representation of color #2B2B24: hue angle of 60º degrees, saturation: 0.09, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #2B2B24 is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 43 | 36 | - |
| CMYK | 0 | 0 | 0.16 | 0.83 |
| HSL | 60º | 0.09% | 0.15% | - |
| HSV(B) | 60º | 0.16% | 0.17% | - |
| XYZ | 2.18 | 2.37 | 2.01 | - |
| YUV | 42.2 | 124.5 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 43 | 36 | 0 | 0 | 0.16 | 0.83 | 60 | 0.09 | 0.15 |
| Hex | 2B | 2B | 24 | 0 | 0 | 10 | 53 | 3C | 9 | F |
| Octal | 53 | 53 | 44 | 0 | 0 | 20 | 123 | 74 | 11 | 17 |
| Binary | 101011 | 101011 | 100100 | 0 | 0 | 10000 | 1010011 | 111100 | 1001 | 1111 |
Color Harmonies of #2B2B24
Complementary color
Monochromatic Colors of #2B2B24
Black with #2B2B24
Text Example
Text Example
White with #2B2B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2B24; }
p { color: rgb(43,43,36); }
H1.HeaderClassName
{
color: #2B2B24;
}
.AnyTagClassName
{
color: #2B2B24;
}
</style>
background-color css
<style>
a { background-color: #2B2B24; }
a { background-color: rgb(43,43,36); }
div.DivClassName
{
background-color: #2B2B24;
}
.BgClassName
{
background-color: #2B2B24;
}
</style>
border-color css
<style>
span { border-color: #2B2B24; }
span { border-color: rgb(43,43,36); }
td.TdClassName
{
border-color: #2B2B24;
}
.TagClassName
{
border-color: #2B2B24;
}
</style>