Shades of Karaka #2B2B17
Tints of Karaka #2B2B17
RGB
CMYK
RGB Variations
Color information
#2B2B17 (or 0x2B2B17) is known color: Karaka. HEX triplet: 2B, 2B and 17. RGB value is (43,43,23). Sum of RGB (Red+Green+Blue) = 43+43+23=109 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.45% from 109); Green value is 43 (17.19% from 255 or 39.45% from 109); Blue value is 23 (9.38% from 255 or 21.10% from 109); Max value from RGB is 43 - color contains mainly: red, green. Hex color #2B2B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2B17 is #D4D4E8. Grayscale: #282828. Windows color (decimal): -13948137 or 1518379. OLE color: 1518379.
HSL color Cylindrical-coordinate representation of color #2B2B17: hue angle of 60º degrees, saturation: 0.3, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2B2B17 is Cyan = 0, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 43 | 23 | - |
| CMYK | 0 | 0 | 0.47 | 0.83 |
| HSL | 60º | 0.3% | 0.13% | - |
| HSV(B) | 60º | 0.47% | 0.17% | - |
| XYZ | 2.01 | 2.3 | 1.15 | - |
| YUV | 40.72 | 118 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 43 | 23 | 0 | 0 | 0.47 | 0.83 | 60 | 0.3 | 0.13 |
| Hex | 2B | 2B | 17 | 0 | 0 | 2F | 53 | 3C | 1E | D |
| Octal | 53 | 53 | 27 | 0 | 0 | 57 | 123 | 74 | 36 | 15 |
| Binary | 101011 | 101011 | 10111 | 0 | 0 | 101111 | 1010011 | 111100 | 11110 | 1101 |
Color Harmonies of #2B2B17
Complementary color
Monochromatic Colors of #2B2B17
Black with #2B2B17
Text Example
Text Example
White with #2B2B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2B17; }
p { color: rgb(43,43,23); }
H1.HeaderClassName
{
color: #2B2B17;
}
.AnyTagClassName
{
color: #2B2B17;
}
</style>
background-color css
<style>
a { background-color: #2B2B17; }
a { background-color: rgb(43,43,23); }
div.DivClassName
{
background-color: #2B2B17;
}
.BgClassName
{
background-color: #2B2B17;
}
</style>
border-color css
<style>
span { border-color: #2B2B17; }
span { border-color: rgb(43,43,23); }
td.TdClassName
{
border-color: #2B2B17;
}
.TagClassName
{
border-color: #2B2B17;
}
</style>