Shades of Karaka #2B2C19
Tints of Karaka #2B2C19
RGB
CMYK
RGB Variations
Color information
#2B2C19 (or 0x2B2C19) is known color: Karaka. HEX triplet: 2B, 2C and 19. RGB value is (43,44,25). Sum of RGB (Red+Green+Blue) = 43+44+25=112 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.39% from 112); Green value is 44 (17.58% from 255 or 39.29% from 112); Blue value is 25 (10.16% from 255 or 22.32% from 112); Max value from RGB is 44 - color contains mainly: green. Hex color #2B2C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2C19 is #D4D3E6. Grayscale: #292929. Windows color (decimal): -13947879 or 1649707. OLE color: 1649707.
HSL color Cylindrical-coordinate representation of color #2B2C19: hue angle of 63.16º degrees, saturation: 0.28, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2B2C19 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 44 | 25 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.83 |
| HSL | 63.16º | 0.28% | 0.14% | - |
| HSV(B) | 63.16º | 0.43% | 0.17% | - |
| XYZ | 2.07 | 2.39 | 1.27 | - |
| YUV | 41.54 | 118.67 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 44 | 25 | 0.02 | 0 | 0.43 | 0.83 | 63.16 | 0.28 | 0.14 |
| Hex | 2B | 2C | 19 | 2 | 0 | 2B | 53 | 3F | 1C | E |
| Octal | 53 | 54 | 31 | 2 | 0 | 53 | 123 | 77 | 34 | 16 |
| Binary | 101011 | 101100 | 11001 | 10 | 0 | 101011 | 1010011 | 111111 | 11100 | 1110 |
Color Harmonies of #2B2C19
Complementary color
Monochromatic Colors of #2B2C19
Black with #2B2C19
Text Example
Text Example
White with #2B2C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2C19; }
p { color: rgb(43,44,25); }
H1.HeaderClassName
{
color: #2B2C19;
}
.AnyTagClassName
{
color: #2B2C19;
}
</style>
background-color css
<style>
a { background-color: #2B2C19; }
a { background-color: rgb(43,44,25); }
div.DivClassName
{
background-color: #2B2C19;
}
.BgClassName
{
background-color: #2B2C19;
}
</style>
border-color css
<style>
span { border-color: #2B2C19; }
span { border-color: rgb(43,44,25); }
td.TdClassName
{
border-color: #2B2C19;
}
.TagClassName
{
border-color: #2B2C19;
}
</style>