Shades of Karaka #303119
Tints of Karaka #303119
RGB
CMYK
RGB Variations
Color information
#303119 (or 0x303119) is known color: Karaka. HEX triplet: 30, 31 and 19. RGB value is (48,49,25). Sum of RGB (Red+Green+Blue) = 48+49+25=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 49 - color contains mainly: green. Hex color #303119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303119 is #CFCEE6. Grayscale: #2E2E2E. Windows color (decimal): -13618919 or 1650992. OLE color: 1650992.
HSL color Cylindrical-coordinate representation of color #303119: hue angle of 62.5º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #303119 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 49 | 25 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.81 |
| HSL | 62.5º | 0.32% | 0.15% | - |
| HSV(B) | 62.5º | 0.49% | 0.19% | - |
| XYZ | 2.49 | 2.9 | 1.35 | - |
| YUV | 45.97 | 116.17 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 49 | 25 | 0.02 | 0 | 0.49 | 0.81 | 62.5 | 0.32 | 0.15 |
| Hex | 30 | 31 | 19 | 2 | 0 | 31 | 51 | 3F | 20 | F |
| Octal | 60 | 61 | 31 | 2 | 0 | 61 | 121 | 77 | 40 | 17 |
| Binary | 110000 | 110001 | 11001 | 10 | 0 | 110001 | 1010001 | 111111 | 100000 | 1111 |
Color Harmonies of #303119
Complementary color
Monochromatic Colors of #303119
Black with #303119
Text Example
Text Example
White with #303119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303119; }
p { color: rgb(48,49,25); }
H1.HeaderClassName
{
color: #303119;
}
.AnyTagClassName
{
color: #303119;
}
</style>
background-color css
<style>
a { background-color: #303119; }
a { background-color: rgb(48,49,25); }
div.DivClassName
{
background-color: #303119;
}
.BgClassName
{
background-color: #303119;
}
</style>
border-color css
<style>
span { border-color: #303119; }
span { border-color: rgb(48,49,25); }
td.TdClassName
{
border-color: #303119;
}
.TagClassName
{
border-color: #303119;
}
</style>