Shades of Karaka #30302E
Tints of Karaka #30302E
RGB
CMYK
RGB Variations
Color information
#30302E (or 0x30302E) is known color: Karaka. HEX triplet: 30, 30 and 2E. RGB value is (48,48,46). Sum of RGB (Red+Green+Blue) = 48+48+46=142 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.80% from 142); Green value is 48 (19.14% from 255 or 33.80% from 142); Blue value is 46 (18.36% from 255 or 32.39% from 142); Max value from RGB is 48 - color contains mainly: red, green. Hex color #30302E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30302E is #CFCFD1. Grayscale: #2F2F2F. Windows color (decimal): -13619154 or 3026992. OLE color: 3026992.
HSL color Cylindrical-coordinate representation of color #30302E: hue angle of 60º degrees, saturation: 0.02, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #30302E is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 48 | 46 | - |
| CMYK | 0 | 0 | 0.04 | 0.81 |
| HSL | 60º | 0.02% | 0.18% | - |
| HSV(B) | 60º | 0.04% | 0.19% | - |
| XYZ | 2.77 | 2.94 | 3.01 | - |
| YUV | 47.77 | 127 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 48 | 46 | 0 | 0 | 0.04 | 0.81 | 60 | 0.02 | 0.18 |
| Hex | 30 | 30 | 2E | 0 | 0 | 4 | 51 | 3C | 2 | 12 |
| Octal | 60 | 60 | 56 | 0 | 0 | 4 | 121 | 74 | 2 | 22 |
| Binary | 110000 | 110000 | 101110 | 0 | 0 | 100 | 1010001 | 111100 | 10 | 10010 |
Color Harmonies of #30302E
Complementary color
Monochromatic Colors of #30302E
Black with #30302E
Text Example
Text Example
White with #30302E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30302E; }
p { color: rgb(48,48,46); }
H1.HeaderClassName
{
color: #30302E;
}
.AnyTagClassName
{
color: #30302E;
}
</style>
background-color css
<style>
a { background-color: #30302E; }
a { background-color: rgb(48,48,46); }
div.DivClassName
{
background-color: #30302E;
}
.BgClassName
{
background-color: #30302E;
}
</style>
border-color css
<style>
span { border-color: #30302E; }
span { border-color: rgb(48,48,46); }
td.TdClassName
{
border-color: #30302E;
}
.TagClassName
{
border-color: #30302E;
}
</style>