Shades of Karaka #2B2C0F
Tints of Karaka #2B2C0F
RGB
CMYK
RGB Variations
Color information
#2B2C0F (or 0x2B2C0F) is known color: Karaka. HEX triplet: 2B, 2C and 0F. RGB value is (43,44,15). Sum of RGB (Red+Green+Blue) = 43+44+15=102 (13% of max value = 765). Red value is 43 (17.19% from 255 or 42.16% from 102); Green value is 44 (17.58% from 255 or 43.14% from 102); Blue value is 15 (6.25% from 255 or 14.71% from 102); Max value from RGB is 44 - color contains mainly: green. Hex color #2B2C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2C0F is #D4D3F0. Grayscale: #282828. Windows color (decimal): -13947889 or 994347. OLE color: 994347.
HSL color Cylindrical-coordinate representation of color #2B2C0F: hue angle of 62.07º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B2C0F is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 44 | 15 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.83 |
| HSL | 62.07º | 0.49% | 0.12% | - |
| HSV(B) | 62.07º | 0.66% | 0.17% | - |
| XYZ | 1.98 | 2.35 | 0.8 | - |
| YUV | 40.4 | 113.67 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 44 | 15 | 0.02 | 0 | 0.66 | 0.83 | 62.07 | 0.49 | 0.12 |
| Hex | 2B | 2C | F | 2 | 0 | 42 | 53 | 3E | 31 | C |
| Octal | 53 | 54 | 17 | 2 | 0 | 102 | 123 | 76 | 61 | 14 |
| Binary | 101011 | 101100 | 1111 | 10 | 0 | 1000010 | 1010011 | 111110 | 110001 | 1100 |
Color Harmonies of #2B2C0F
Complementary color
Monochromatic Colors of #2B2C0F
Black with #2B2C0F
Text Example
Text Example
White with #2B2C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2C0F; }
p { color: rgb(43,44,15); }
H1.HeaderClassName
{
color: #2B2C0F;
}
.AnyTagClassName
{
color: #2B2C0F;
}
</style>
background-color css
<style>
a { background-color: #2B2C0F; }
a { background-color: rgb(43,44,15); }
div.DivClassName
{
background-color: #2B2C0F;
}
.BgClassName
{
background-color: #2B2C0F;
}
</style>
border-color css
<style>
span { border-color: #2B2C0F; }
span { border-color: rgb(43,44,15); }
td.TdClassName
{
border-color: #2B2C0F;
}
.TagClassName
{
border-color: #2B2C0F;
}
</style>