Shades of Karaka #302F06
Tints of Karaka #302F06
RGB
CMYK
RGB Variations
Color information
#302F06 (or 0x302F06) is known color: Karaka. HEX triplet: 30, 2F and 06. RGB value is (48,47,6). Sum of RGB (Red+Green+Blue) = 48+47+6=101 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.52% from 101); Green value is 47 (18.75% from 255 or 46.53% from 101); Blue value is 6 (2.73% from 255 or 5.94% from 101); Max value from RGB is 48 - color contains mainly: red. Hex color #302F06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302F06 is #CFD0F9. Grayscale: #2A2A2A. Windows color (decimal): -13619450 or 405296. OLE color: 405296.
HSL color Cylindrical-coordinate representation of color #302F06: hue angle of 58.57º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #302F06 is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 47 | 6 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.81 |
| HSL | 58.57º | 0.78% | 0.11% | - |
| HSV(B) | 58.57º | 0.88% | 0.19% | - |
| XYZ | 2.27 | 2.67 | 0.57 | - |
| YUV | 42.63 | 107.33 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 6 | 0 | 0.02 | 0.87 | 0.81 | 58.57 | 0.78 | 0.11 |
| Hex | 30 | 2F | 6 | 0 | 2 | 57 | 51 | 3B | 4E | B |
| Octal | 60 | 57 | 6 | 0 | 2 | 127 | 121 | 73 | 116 | 13 |
| Binary | 110000 | 101111 | 110 | 0 | 10 | 1010111 | 1010001 | 111011 | 1001110 | 1011 |
Color Harmonies of #302F06
Complementary color
Monochromatic Colors of #302F06
Black with #302F06
Text Example
Text Example
White with #302F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302F06; }
p { color: rgb(48,47,6); }
H1.HeaderClassName
{
color: #302F06;
}
.AnyTagClassName
{
color: #302F06;
}
</style>
background-color css
<style>
a { background-color: #302F06; }
a { background-color: rgb(48,47,6); }
div.DivClassName
{
background-color: #302F06;
}
.BgClassName
{
background-color: #302F06;
}
</style>
border-color css
<style>
span { border-color: #302F06; }
span { border-color: rgb(48,47,6); }
td.TdClassName
{
border-color: #302F06;
}
.TagClassName
{
border-color: #302F06;
}
</style>