Shades of Karaka #303000
Tints of Karaka #303000
RGB
CMYK
RGB Variations
Color information
#303000 (or 0x303000) is known color: Karaka. HEX triplet: 30, 30 and 00. RGB value is (48,48,0). Sum of RGB (Red+Green+Blue) = 48+48+0=96 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50% from 96); Green value is 48 (19.14% from 255 or 50% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 48 - color contains mainly: red, green. Hex color #303000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303000 is #CFCFFF. Grayscale: #2A2A2A. Windows color (decimal): -13619200 or 12336. OLE color: 12336.
HSL color Cylindrical-coordinate representation of color #303000: hue angle of 60º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #303000 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 48 | 0 | - |
| CMYK | 0 | 0 | 1 | 0.81 |
| HSL | 60º | 1% | 0.09% | - |
| HSV(B) | 60º | 1% | 0.19% | - |
| XYZ | 2.28 | 2.74 | 0.41 | - |
| YUV | 42.53 | 104 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 48 | 0 | 0 | 0 | 1 | 0.81 | 60 | 1 | 0.09 |
| Hex | 30 | 30 | 0 | 0 | 0 | 64 | 51 | 3C | 64 | 9 |
| Octal | 60 | 60 | 0 | 0 | 0 | 144 | 121 | 74 | 144 | 11 |
| Binary | 110000 | 110000 | 0 | 0 | 0 | 1100100 | 1010001 | 111100 | 1100100 | 1001 |
Color Harmonies of #303000
Complementary color
Monochromatic Colors of #303000
Black with #303000
Text Example
Text Example
White with #303000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303000; }
p { color: rgb(48,48,0); }
H1.HeaderClassName
{
color: #303000;
}
.AnyTagClassName
{
color: #303000;
}
</style>
background-color css
<style>
a { background-color: #303000; }
a { background-color: rgb(48,48,0); }
div.DivClassName
{
background-color: #303000;
}
.BgClassName
{
background-color: #303000;
}
</style>
border-color css
<style>
span { border-color: #303000; }
span { border-color: rgb(48,48,0); }
td.TdClassName
{
border-color: #303000;
}
.TagClassName
{
border-color: #303000;
}
</style>