Shades of Karaka #302F08
Tints of Karaka #302F08
RGB
CMYK
RGB Variations
Color information
#302F08 (or 0x302F08) is known color: Karaka. HEX triplet: 30, 2F and 08. RGB value is (48,47,8). Sum of RGB (Red+Green+Blue) = 48+47+8=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 47 (18.75% from 255 or 45.63% from 103); Blue value is 8 (3.52% from 255 or 7.77% from 103); Max value from RGB is 48 - color contains mainly: red. Hex color #302F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302F08 is #CFD0F7. Grayscale: #2B2B2B. Windows color (decimal): -13619448 or 536368. OLE color: 536368.
HSL color Cylindrical-coordinate representation of color #302F08: hue angle of 58.5º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #302F08 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 47 | 8 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.81 |
| HSL | 58.5º | 0.71% | 0.11% | - |
| HSV(B) | 58.5º | 0.83% | 0.19% | - |
| XYZ | 2.28 | 2.68 | 0.63 | - |
| YUV | 42.85 | 108.33 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 8 | 0 | 0.02 | 0.83 | 0.81 | 58.5 | 0.71 | 0.11 |
| Hex | 30 | 2F | 8 | 0 | 2 | 53 | 51 | 3A | 47 | B |
| Octal | 60 | 57 | 10 | 0 | 2 | 123 | 121 | 72 | 107 | 13 |
| Binary | 110000 | 101111 | 1000 | 0 | 10 | 1010011 | 1010001 | 111010 | 1000111 | 1011 |
Color Harmonies of #302F08
Complementary color
Monochromatic Colors of #302F08
Black with #302F08
Text Example
Text Example
White with #302F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302F08; }
p { color: rgb(48,47,8); }
H1.HeaderClassName
{
color: #302F08;
}
.AnyTagClassName
{
color: #302F08;
}
</style>
background-color css
<style>
a { background-color: #302F08; }
a { background-color: rgb(48,47,8); }
div.DivClassName
{
background-color: #302F08;
}
.BgClassName
{
background-color: #302F08;
}
</style>
border-color css
<style>
span { border-color: #302F08; }
span { border-color: rgb(48,47,8); }
td.TdClassName
{
border-color: #302F08;
}
.TagClassName
{
border-color: #302F08;
}
</style>