Shades of Karaka #2F2E0B
Tints of Karaka #2F2E0B
RGB
CMYK
RGB Variations
Color information
#2F2E0B (or 0x2F2E0B) is known color: Karaka. HEX triplet: 2F, 2E and 0B. RGB value is (47,46,11). Sum of RGB (Red+Green+Blue) = 47+46+11=104 (13% of max value = 765). Red value is 47 (18.75% from 255 or 45.19% from 104); Green value is 46 (18.36% from 255 or 44.23% from 104); Blue value is 11 (4.69% from 255 or 10.58% from 104); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2E0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2E0B is #D0D1F4. Grayscale: #2A2A2A. Windows color (decimal): -13685237 or 732719. OLE color: 732719.
HSL color Cylindrical-coordinate representation of color #2F2E0B: hue angle of 58.33º degrees, saturation: 0.62, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F2E0B is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 46 | 11 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.82 |
| HSL | 58.33º | 0.62% | 0.11% | - |
| HSV(B) | 58.33º | 0.77% | 0.18% | - |
| XYZ | 2.21 | 2.58 | 0.7 | - |
| YUV | 42.31 | 110.33 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 46 | 11 | 0 | 0.02 | 0.77 | 0.82 | 58.33 | 0.62 | 0.11 |
| Hex | 2F | 2E | B | 0 | 2 | 4D | 52 | 3A | 3E | B |
| Octal | 57 | 56 | 13 | 0 | 2 | 115 | 122 | 72 | 76 | 13 |
| Binary | 101111 | 101110 | 1011 | 0 | 10 | 1001101 | 1010010 | 111010 | 111110 | 1011 |
Color Harmonies of #2F2E0B
Complementary color
Monochromatic Colors of #2F2E0B
Black with #2F2E0B
Text Example
Text Example
White with #2F2E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2E0B; }
p { color: rgb(47,46,11); }
H1.HeaderClassName
{
color: #2F2E0B;
}
.AnyTagClassName
{
color: #2F2E0B;
}
</style>
background-color css
<style>
a { background-color: #2F2E0B; }
a { background-color: rgb(47,46,11); }
div.DivClassName
{
background-color: #2F2E0B;
}
.BgClassName
{
background-color: #2F2E0B;
}
</style>
border-color css
<style>
span { border-color: #2F2E0B; }
span { border-color: rgb(47,46,11); }
td.TdClassName
{
border-color: #2F2E0B;
}
.TagClassName
{
border-color: #2F2E0B;
}
</style>