Shades of Karaka #302F04
Tints of Karaka #302F04
RGB
CMYK
RGB Variations
Color information
#302F04 (or 0x302F04) is known color: Karaka. HEX triplet: 30, 2F and 04. RGB value is (48,47,4). Sum of RGB (Red+Green+Blue) = 48+47+4=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 47 (18.75% from 255 or 47.47% from 99); Blue value is 4 (1.95% from 255 or 4.04% from 99); Max value from RGB is 48 - color contains mainly: red. Hex color #302F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302F04 is #CFD0FB. Grayscale: #2A2A2A. Windows color (decimal): -13619452 or 274224. OLE color: 274224.
HSL color Cylindrical-coordinate representation of color #302F04: hue angle of 58.64º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #302F04 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 47 | 4 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.81 |
| HSL | 58.64º | 0.85% | 0.1% | - |
| HSV(B) | 58.64º | 0.92% | 0.19% | - |
| XYZ | 2.26 | 2.67 | 0.51 | - |
| YUV | 42.4 | 106.33 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 4 | 0 | 0.02 | 0.92 | 0.81 | 58.64 | 0.85 | 0.1 |
| Hex | 30 | 2F | 4 | 0 | 2 | 5C | 51 | 3B | 55 | A |
| Octal | 60 | 57 | 4 | 0 | 2 | 134 | 121 | 73 | 125 | 12 |
| Binary | 110000 | 101111 | 100 | 0 | 10 | 1011100 | 1010001 | 111011 | 1010101 | 1010 |
Color Harmonies of #302F04
Complementary color
Monochromatic Colors of #302F04
Black with #302F04
Text Example
Text Example
White with #302F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302F04; }
p { color: rgb(48,47,4); }
H1.HeaderClassName
{
color: #302F04;
}
.AnyTagClassName
{
color: #302F04;
}
</style>
background-color css
<style>
a { background-color: #302F04; }
a { background-color: rgb(48,47,4); }
div.DivClassName
{
background-color: #302F04;
}
.BgClassName
{
background-color: #302F04;
}
</style>
border-color css
<style>
span { border-color: #302F04; }
span { border-color: rgb(48,47,4); }
td.TdClassName
{
border-color: #302F04;
}
.TagClassName
{
border-color: #302F04;
}
</style>