Shades of Karaka #303028
Tints of Karaka #303028
RGB
CMYK
RGB Variations
Color information
#303028 (or 0x303028) is known color: Karaka. HEX triplet: 30, 30 and 28. RGB value is (48,48,40). Sum of RGB (Red+Green+Blue) = 48+48+40=136 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.29% from 136); Green value is 48 (19.14% from 255 or 35.29% from 136); Blue value is 40 (16.02% from 255 or 29.41% from 136); Max value from RGB is 48 - color contains mainly: red, green. Hex color #303028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303028 is #CFCFD7. Grayscale: #2F2F2F. Windows color (decimal): -13619160 or 2633776. OLE color: 2633776.
HSL color Cylindrical-coordinate representation of color #303028: hue angle of 60º degrees, saturation: 0.09, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #303028 is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 48 | 40 | - |
| CMYK | 0 | 0 | 0.17 | 0.81 |
| HSL | 60º | 0.09% | 0.17% | - |
| HSV(B) | 60º | 0.17% | 0.19% | - |
| XYZ | 2.66 | 2.9 | 2.43 | - |
| YUV | 47.09 | 124 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 48 | 40 | 0 | 0 | 0.17 | 0.81 | 60 | 0.09 | 0.17 |
| Hex | 30 | 30 | 28 | 0 | 0 | 11 | 51 | 3C | 9 | 11 |
| Octal | 60 | 60 | 50 | 0 | 0 | 21 | 121 | 74 | 11 | 21 |
| Binary | 110000 | 110000 | 101000 | 0 | 0 | 10001 | 1010001 | 111100 | 1001 | 10001 |
Color Harmonies of #303028
Complementary color
Monochromatic Colors of #303028
Black with #303028
Text Example
Text Example
White with #303028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303028; }
p { color: rgb(48,48,40); }
H1.HeaderClassName
{
color: #303028;
}
.AnyTagClassName
{
color: #303028;
}
</style>
background-color css
<style>
a { background-color: #303028; }
a { background-color: rgb(48,48,40); }
div.DivClassName
{
background-color: #303028;
}
.BgClassName
{
background-color: #303028;
}
</style>
border-color css
<style>
span { border-color: #303028; }
span { border-color: rgb(48,48,40); }
td.TdClassName
{
border-color: #303028;
}
.TagClassName
{
border-color: #303028;
}
</style>