Shades of Karaka #302F14
Tints of Karaka #302F14
RGB
CMYK
RGB Variations
Color information
#302F14 (or 0x302F14) is known color: Karaka. HEX triplet: 30, 2F and 14. RGB value is (48,47,20). Sum of RGB (Red+Green+Blue) = 48+47+20=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 47 (18.75% from 255 or 40.87% from 115); Blue value is 20 (8.20% from 255 or 17.39% from 115); Max value from RGB is 48 - color contains mainly: red. Hex color #302F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302F14 is #CFD0EB. Grayscale: #2C2C2C. Windows color (decimal): -13619436 or 1322800. OLE color: 1322800.
HSL color Cylindrical-coordinate representation of color #302F14: hue angle of 57.86º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #302F14 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 47 | 20 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.81 |
| HSL | 57.86º | 0.41% | 0.13% | - |
| HSV(B) | 57.86º | 0.58% | 0.19% | - |
| XYZ | 2.36 | 2.71 | 1.06 | - |
| YUV | 44.22 | 114.33 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 20 | 0 | 0.02 | 0.58 | 0.81 | 57.86 | 0.41 | 0.13 |
| Hex | 30 | 2F | 14 | 0 | 2 | 3A | 51 | 3A | 29 | D |
| Octal | 60 | 57 | 24 | 0 | 2 | 72 | 121 | 72 | 51 | 15 |
| Binary | 110000 | 101111 | 10100 | 0 | 10 | 111010 | 1010001 | 111010 | 101001 | 1101 |
Color Harmonies of #302F14
Complementary color
Monochromatic Colors of #302F14
Black with #302F14
Text Example
Text Example
White with #302F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302F14; }
p { color: rgb(48,47,20); }
H1.HeaderClassName
{
color: #302F14;
}
.AnyTagClassName
{
color: #302F14;
}
</style>
background-color css
<style>
a { background-color: #302F14; }
a { background-color: rgb(48,47,20); }
div.DivClassName
{
background-color: #302F14;
}
.BgClassName
{
background-color: #302F14;
}
</style>
border-color css
<style>
span { border-color: #302F14; }
span { border-color: rgb(48,47,20); }
td.TdClassName
{
border-color: #302F14;
}
.TagClassName
{
border-color: #302F14;
}
</style>