Shades of Karaka #303026
Tints of Karaka #303026
RGB
CMYK
RGB Variations
Color information
#303026 (or 0x303026) is known color: Karaka. HEX triplet: 30, 30 and 26. RGB value is (48,48,38). Sum of RGB (Red+Green+Blue) = 48+48+38=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 38 (15.23% from 255 or 28.36% from 134); Max value from RGB is 48 - color contains mainly: red, green. Hex color #303026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303026 is #CFCFD9. Grayscale: #2E2E2E. Windows color (decimal): -13619162 or 2502704. OLE color: 2502704.
HSL color Cylindrical-coordinate representation of color #303026: hue angle of 60º degrees, saturation: 0.12, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #303026 is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 48 | 38 | - |
| CMYK | 0 | 0 | 0.21 | 0.81 |
| HSL | 60º | 0.12% | 0.17% | - |
| HSV(B) | 60º | 0.21% | 0.19% | - |
| XYZ | 2.63 | 2.88 | 2.25 | - |
| YUV | 46.86 | 123 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 48 | 38 | 0 | 0 | 0.21 | 0.81 | 60 | 0.12 | 0.17 |
| Hex | 30 | 30 | 26 | 0 | 0 | 15 | 51 | 3C | C | 11 |
| Octal | 60 | 60 | 46 | 0 | 0 | 25 | 121 | 74 | 14 | 21 |
| Binary | 110000 | 110000 | 100110 | 0 | 0 | 10101 | 1010001 | 111100 | 1100 | 10001 |
Color Harmonies of #303026
Complementary color
Monochromatic Colors of #303026
Black with #303026
Text Example
Text Example
White with #303026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303026; }
p { color: rgb(48,48,38); }
H1.HeaderClassName
{
color: #303026;
}
.AnyTagClassName
{
color: #303026;
}
</style>
background-color css
<style>
a { background-color: #303026; }
a { background-color: rgb(48,48,38); }
div.DivClassName
{
background-color: #303026;
}
.BgClassName
{
background-color: #303026;
}
</style>
border-color css
<style>
span { border-color: #303026; }
span { border-color: rgb(48,48,38); }
td.TdClassName
{
border-color: #303026;
}
.TagClassName
{
border-color: #303026;
}
</style>