Shades of Karaka #302F21
Tints of Karaka #302F21
RGB
CMYK
RGB Variations
Color information
#302F21 (or 0x302F21) is known color: Karaka. HEX triplet: 30, 2F and 21. RGB value is (48,47,33). Sum of RGB (Red+Green+Blue) = 48+47+33=128 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.5% from 128); Green value is 47 (18.75% from 255 or 36.72% from 128); Blue value is 33 (13.28% from 255 or 25.78% from 128); Max value from RGB is 48 - color contains mainly: red. Hex color #302F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302F21 is #CFD0DE. Grayscale: #2D2D2D. Windows color (decimal): -13619423 or 2174768. OLE color: 2174768.
HSL color Cylindrical-coordinate representation of color #302F21: hue angle of 56º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #302F21 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 47 | 33 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.81 |
| HSL | 56º | 0.19% | 0.16% | - |
| HSV(B) | 56º | 0.31% | 0.19% | - |
| XYZ | 2.51 | 2.77 | 1.84 | - |
| YUV | 45.7 | 120.83 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 33 | 0 | 0.02 | 0.31 | 0.81 | 56 | 0.19 | 0.16 |
| Hex | 30 | 2F | 21 | 0 | 2 | 1F | 51 | 38 | 13 | 10 |
| Octal | 60 | 57 | 41 | 0 | 2 | 37 | 121 | 70 | 23 | 20 |
| Binary | 110000 | 101111 | 100001 | 0 | 10 | 11111 | 1010001 | 111000 | 10011 | 10000 |
Color Harmonies of #302F21
Complementary color
Monochromatic Colors of #302F21
Black with #302F21
Text Example
Text Example
White with #302F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302F21; }
p { color: rgb(48,47,33); }
H1.HeaderClassName
{
color: #302F21;
}
.AnyTagClassName
{
color: #302F21;
}
</style>
background-color css
<style>
a { background-color: #302F21; }
a { background-color: rgb(48,47,33); }
div.DivClassName
{
background-color: #302F21;
}
.BgClassName
{
background-color: #302F21;
}
</style>
border-color css
<style>
span { border-color: #302F21; }
span { border-color: rgb(48,47,33); }
td.TdClassName
{
border-color: #302F21;
}
.TagClassName
{
border-color: #302F21;
}
</style>