Shades of Karaka #2F301B
Tints of Karaka #2F301B
RGB
CMYK
RGB Variations
Color information
#2F301B (or 0x2F301B) is known color: Karaka. HEX triplet: 2F, 30 and 1B. RGB value is (47,48,27). Sum of RGB (Red+Green+Blue) = 47+48+27=122 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.52% from 122); Green value is 48 (19.14% from 255 or 39.34% from 122); Blue value is 27 (10.94% from 255 or 22.13% from 122); Max value from RGB is 48 - color contains mainly: green. Hex color #2F301B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F301B is #D0CFE4. Grayscale: #2D2D2D. Windows color (decimal): -13684709 or 1781807. OLE color: 1781807.
HSL color Cylindrical-coordinate representation of color #2F301B: hue angle of 62.86º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2F301B is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 47 | 48 | 27 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.81 |
| HSL | 62.86º | 0.28% | 0.15% | - |
| HSV(B) | 62.86º | 0.44% | 0.19% | - |
| XYZ | 2.43 | 2.8 | 1.45 | - |
| YUV | 45.31 | 117.67 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 48 | 27 | 0.02 | 0 | 0.44 | 0.81 | 62.86 | 0.28 | 0.15 |
| Hex | 2F | 30 | 1B | 2 | 0 | 2C | 51 | 3F | 1C | F |
| Octal | 57 | 60 | 33 | 2 | 0 | 54 | 121 | 77 | 34 | 17 |
| Binary | 101111 | 110000 | 11011 | 10 | 0 | 101100 | 1010001 | 111111 | 11100 | 1111 |
Color Harmonies of #2F301B
Complementary color
Monochromatic Colors of #2F301B
Black with #2F301B
Text Example
Text Example
White with #2F301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F301B; }
p { color: rgb(47,48,27); }
H1.HeaderClassName
{
color: #2F301B;
}
.AnyTagClassName
{
color: #2F301B;
}
</style>
background-color css
<style>
a { background-color: #2F301B; }
a { background-color: rgb(47,48,27); }
div.DivClassName
{
background-color: #2F301B;
}
.BgClassName
{
background-color: #2F301B;
}
</style>
border-color css
<style>
span { border-color: #2F301B; }
span { border-color: rgb(47,48,27); }
td.TdClassName
{
border-color: #2F301B;
}
.TagClassName
{
border-color: #2F301B;
}
</style>