Shades of Karaka #302F20
Tints of Karaka #302F20
RGB
CMYK
RGB Variations
Color information
#302F20 (or 0x302F20) is known color: Karaka. HEX triplet: 30, 2F and 20. RGB value is (48,47,32). Sum of RGB (Red+Green+Blue) = 48+47+32=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 47 (18.75% from 255 or 37.01% from 127); Blue value is 32 (12.89% from 255 or 25.20% from 127); Max value from RGB is 48 - color contains mainly: red. Hex color #302F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302F20 is #CFD0DF. Grayscale: #2D2D2D. Windows color (decimal): -13619424 or 2109232. OLE color: 2109232.
HSL color Cylindrical-coordinate representation of color #302F20: hue angle of 56.25º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #302F20 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 47 | 32 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.81 |
| HSL | 56.25º | 0.2% | 0.16% | - |
| HSV(B) | 56.25º | 0.33% | 0.19% | - |
| XYZ | 2.5 | 2.77 | 1.77 | - |
| YUV | 45.59 | 120.33 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 32 | 0 | 0.02 | 0.33 | 0.81 | 56.25 | 0.2 | 0.16 |
| Hex | 30 | 2F | 20 | 0 | 2 | 21 | 51 | 38 | 14 | 10 |
| Octal | 60 | 57 | 40 | 0 | 2 | 41 | 121 | 70 | 24 | 20 |
| Binary | 110000 | 101111 | 100000 | 0 | 10 | 100001 | 1010001 | 111000 | 10100 | 10000 |
Color Harmonies of #302F20
Complementary color
Monochromatic Colors of #302F20
Black with #302F20
Text Example
Text Example
White with #302F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302F20; }
p { color: rgb(48,47,32); }
H1.HeaderClassName
{
color: #302F20;
}
.AnyTagClassName
{
color: #302F20;
}
</style>
background-color css
<style>
a { background-color: #302F20; }
a { background-color: rgb(48,47,32); }
div.DivClassName
{
background-color: #302F20;
}
.BgClassName
{
background-color: #302F20;
}
</style>
border-color css
<style>
span { border-color: #302F20; }
span { border-color: rgb(48,47,32); }
td.TdClassName
{
border-color: #302F20;
}
.TagClassName
{
border-color: #302F20;
}
</style>