Shades of Karaka #30301A
Tints of Karaka #30301A
RGB
CMYK
RGB Variations
Color information
#30301A (or 0x30301A) is known color: Karaka. HEX triplet: 30, 30 and 1A. RGB value is (48,48,26). Sum of RGB (Red+Green+Blue) = 48+48+26=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 48 (19.14% from 255 or 39.34% from 122); Blue value is 26 (10.55% from 255 or 21.31% from 122); Max value from RGB is 48 - color contains mainly: red, green. Hex color #30301A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30301A is #CFCFE5. Grayscale: #2D2D2D. Windows color (decimal): -13619174 or 1716272. OLE color: 1716272.
HSL color Cylindrical-coordinate representation of color #30301A: hue angle of 60º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #30301A is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 48 | 26 | - |
| CMYK | 0 | 0 | 0.46 | 0.81 |
| HSL | 60º | 0.3% | 0.15% | - |
| HSV(B) | 60º | 0.46% | 0.19% | - |
| XYZ | 2.46 | 2.82 | 1.39 | - |
| YUV | 45.49 | 117 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 48 | 26 | 0 | 0 | 0.46 | 0.81 | 60 | 0.3 | 0.15 |
| Hex | 30 | 30 | 1A | 0 | 0 | 2E | 51 | 3C | 1E | F |
| Octal | 60 | 60 | 32 | 0 | 0 | 56 | 121 | 74 | 36 | 17 |
| Binary | 110000 | 110000 | 11010 | 0 | 0 | 101110 | 1010001 | 111100 | 11110 | 1111 |
Color Harmonies of #30301A
Complementary color
Monochromatic Colors of #30301A
Black with #30301A
Text Example
Text Example
White with #30301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30301A; }
p { color: rgb(48,48,26); }
H1.HeaderClassName
{
color: #30301A;
}
.AnyTagClassName
{
color: #30301A;
}
</style>
background-color css
<style>
a { background-color: #30301A; }
a { background-color: rgb(48,48,26); }
div.DivClassName
{
background-color: #30301A;
}
.BgClassName
{
background-color: #30301A;
}
</style>
border-color css
<style>
span { border-color: #30301A; }
span { border-color: rgb(48,48,26); }
td.TdClassName
{
border-color: #30301A;
}
.TagClassName
{
border-color: #30301A;
}
</style>