Shades of Karaka #303014
Tints of Karaka #303014
RGB
CMYK
RGB Variations
Color information
#303014 (or 0x303014) is known color: Karaka. HEX triplet: 30, 30 and 14. RGB value is (48,48,20). Sum of RGB (Red+Green+Blue) = 48+48+20=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 48 (19.14% from 255 or 41.38% from 116); Blue value is 20 (8.20% from 255 or 17.24% from 116); Max value from RGB is 48 - color contains mainly: red, green. Hex color #303014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303014 is #CFCFEB. Grayscale: #2C2C2C. Windows color (decimal): -13619180 or 1323056. OLE color: 1323056.
HSL color Cylindrical-coordinate representation of color #303014: hue angle of 60º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #303014 is Cyan = 0, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 48 | 20 | - |
| CMYK | 0 | 0 | 0.58 | 0.81 |
| HSL | 60º | 0.41% | 0.13% | - |
| HSV(B) | 60º | 0.58% | 0.19% | - |
| XYZ | 2.4 | 2.79 | 1.07 | - |
| YUV | 44.81 | 114 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 48 | 20 | 0 | 0 | 0.58 | 0.81 | 60 | 0.41 | 0.13 |
| Hex | 30 | 30 | 14 | 0 | 0 | 3A | 51 | 3C | 29 | D |
| Octal | 60 | 60 | 24 | 0 | 0 | 72 | 121 | 74 | 51 | 15 |
| Binary | 110000 | 110000 | 10100 | 0 | 0 | 111010 | 1010001 | 111100 | 101001 | 1101 |
Color Harmonies of #303014
Complementary color
Monochromatic Colors of #303014
Black with #303014
Text Example
Text Example
White with #303014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303014; }
p { color: rgb(48,48,20); }
H1.HeaderClassName
{
color: #303014;
}
.AnyTagClassName
{
color: #303014;
}
</style>
background-color css
<style>
a { background-color: #303014; }
a { background-color: rgb(48,48,20); }
div.DivClassName
{
background-color: #303014;
}
.BgClassName
{
background-color: #303014;
}
</style>
border-color css
<style>
span { border-color: #303014; }
span { border-color: rgb(48,48,20); }
td.TdClassName
{
border-color: #303014;
}
.TagClassName
{
border-color: #303014;
}
</style>