Shades of Karaka #303009
Tints of Karaka #303009
RGB
CMYK
RGB Variations
Color information
#303009 (or 0x303009) is known color: Karaka. HEX triplet: 30, 30 and 09. RGB value is (48,48,9). Sum of RGB (Red+Green+Blue) = 48+48+9=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 48 (19.14% from 255 or 45.71% from 105); Blue value is 9 (3.91% from 255 or 8.57% from 105); Max value from RGB is 48 - color contains mainly: red, green. Hex color #303009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303009 is #CFCFF6. Grayscale: #2B2B2B. Windows color (decimal): -13619191 or 602160. OLE color: 602160.
HSL color Cylindrical-coordinate representation of color #303009: hue angle of 60º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #303009 is Cyan = 0, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 48 | 9 | - |
| CMYK | 0 | 0 | 0.81 | 0.81 |
| HSL | 60º | 0.68% | 0.11% | - |
| HSV(B) | 60º | 0.81% | 0.19% | - |
| XYZ | 2.33 | 2.76 | 0.67 | - |
| YUV | 43.55 | 108.5 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 48 | 9 | 0 | 0 | 0.81 | 0.81 | 60 | 0.68 | 0.11 |
| Hex | 30 | 30 | 9 | 0 | 0 | 51 | 51 | 3C | 44 | B |
| Octal | 60 | 60 | 11 | 0 | 0 | 121 | 121 | 74 | 104 | 13 |
| Binary | 110000 | 110000 | 1001 | 0 | 0 | 1010001 | 1010001 | 111100 | 1000100 | 1011 |
Color Harmonies of #303009
Complementary color
Monochromatic Colors of #303009
Black with #303009
Text Example
Text Example
White with #303009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303009; }
p { color: rgb(48,48,9); }
H1.HeaderClassName
{
color: #303009;
}
.AnyTagClassName
{
color: #303009;
}
</style>
background-color css
<style>
a { background-color: #303009; }
a { background-color: rgb(48,48,9); }
div.DivClassName
{
background-color: #303009;
}
.BgClassName
{
background-color: #303009;
}
</style>
border-color css
<style>
span { border-color: #303009; }
span { border-color: rgb(48,48,9); }
td.TdClassName
{
border-color: #303009;
}
.TagClassName
{
border-color: #303009;
}
</style>