Shades of Karaka #302F11
Tints of Karaka #302F11
RGB
CMYK
RGB Variations
Color information
#302F11 (or 0x302F11) is known color: Karaka. HEX triplet: 30, 2F and 11. RGB value is (48,47,17). Sum of RGB (Red+Green+Blue) = 48+47+17=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 47 (18.75% from 255 or 41.96% from 112); Blue value is 17 (7.03% from 255 or 15.18% from 112); Max value from RGB is 48 - color contains mainly: red. Hex color #302F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302F11 is #CFD0EE. Grayscale: #2B2B2B. Windows color (decimal): -13619439 or 1126192. OLE color: 1126192.
HSL color Cylindrical-coordinate representation of color #302F11: hue angle of 58.06º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #302F11 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 47 | 17 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.81 |
| HSL | 58.06º | 0.48% | 0.13% | - |
| HSV(B) | 58.06º | 0.65% | 0.19% | - |
| XYZ | 2.34 | 2.7 | 0.93 | - |
| YUV | 43.88 | 112.83 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 17 | 0 | 0.02 | 0.65 | 0.81 | 58.06 | 0.48 | 0.13 |
| Hex | 30 | 2F | 11 | 0 | 2 | 41 | 51 | 3A | 30 | D |
| Octal | 60 | 57 | 21 | 0 | 2 | 101 | 121 | 72 | 60 | 15 |
| Binary | 110000 | 101111 | 10001 | 0 | 10 | 1000001 | 1010001 | 111010 | 110000 | 1101 |
Color Harmonies of #302F11
Complementary color
Monochromatic Colors of #302F11
Black with #302F11
Text Example
Text Example
White with #302F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302F11; }
p { color: rgb(48,47,17); }
H1.HeaderClassName
{
color: #302F11;
}
.AnyTagClassName
{
color: #302F11;
}
</style>
background-color css
<style>
a { background-color: #302F11; }
a { background-color: rgb(48,47,17); }
div.DivClassName
{
background-color: #302F11;
}
.BgClassName
{
background-color: #302F11;
}
</style>
border-color css
<style>
span { border-color: #302F11; }
span { border-color: rgb(48,47,17); }
td.TdClassName
{
border-color: #302F11;
}
.TagClassName
{
border-color: #302F11;
}
</style>