Shades of Karaka #30302A
Tints of Karaka #30302A
RGB
CMYK
RGB Variations
Color information
#30302A (or 0x30302A) is known color: Karaka. HEX triplet: 30, 30 and 2A. RGB value is (48,48,42). Sum of RGB (Red+Green+Blue) = 48+48+42=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 42 (16.80% from 255 or 30.43% from 138); Max value from RGB is 48 - color contains mainly: red, green. Hex color #30302A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30302A is #CFCFD5. Grayscale: #2F2F2F. Windows color (decimal): -13619158 or 2764848. OLE color: 2764848.
HSL color Cylindrical-coordinate representation of color #30302A: hue angle of 60º degrees, saturation: 0.07, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #30302A is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 48 | 42 | - |
| CMYK | 0 | 0 | 0.13 | 0.81 |
| HSL | 60º | 0.07% | 0.18% | - |
| HSV(B) | 60º | 0.13% | 0.19% | - |
| XYZ | 2.69 | 2.91 | 2.61 | - |
| YUV | 47.32 | 125 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 48 | 42 | 0 | 0 | 0.13 | 0.81 | 60 | 0.07 | 0.18 |
| Hex | 30 | 30 | 2A | 0 | 0 | D | 51 | 3C | 7 | 12 |
| Octal | 60 | 60 | 52 | 0 | 0 | 15 | 121 | 74 | 7 | 22 |
| Binary | 110000 | 110000 | 101010 | 0 | 0 | 1101 | 1010001 | 111100 | 111 | 10010 |
Color Harmonies of #30302A
Complementary color
Monochromatic Colors of #30302A
Black with #30302A
Text Example
Text Example
White with #30302A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30302A; }
p { color: rgb(48,48,42); }
H1.HeaderClassName
{
color: #30302A;
}
.AnyTagClassName
{
color: #30302A;
}
</style>
background-color css
<style>
a { background-color: #30302A; }
a { background-color: rgb(48,48,42); }
div.DivClassName
{
background-color: #30302A;
}
.BgClassName
{
background-color: #30302A;
}
</style>
border-color css
<style>
span { border-color: #30302A; }
span { border-color: rgb(48,48,42); }
td.TdClassName
{
border-color: #30302A;
}
.TagClassName
{
border-color: #30302A;
}
</style>