Shades of Karaka #302F1D
Tints of Karaka #302F1D
RGB
CMYK
RGB Variations
Color information
#302F1D (or 0x302F1D) is known color: Karaka. HEX triplet: 30, 2F and 1D. RGB value is (48,47,29). Sum of RGB (Red+Green+Blue) = 48+47+29=124 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.71% from 124); Green value is 47 (18.75% from 255 or 37.90% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 48 - color contains mainly: red. Hex color #302F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302F1D is #CFD0E2. Grayscale: #2D2D2D. Windows color (decimal): -13619427 or 1912624. OLE color: 1912624.
HSL color Cylindrical-coordinate representation of color #302F1D: hue angle of 56.84º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #302F1D is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 47 | 29 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.81 |
| HSL | 56.84º | 0.25% | 0.15% | - |
| HSV(B) | 56.84º | 0.4% | 0.19% | - |
| XYZ | 2.46 | 2.75 | 1.56 | - |
| YUV | 45.25 | 118.83 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 29 | 0 | 0.02 | 0.40 | 0.81 | 56.84 | 0.25 | 0.15 |
| Hex | 30 | 2F | 1D | 0 | 2 | 28 | 51 | 39 | 19 | F |
| Octal | 60 | 57 | 35 | 0 | 2 | 50 | 121 | 71 | 31 | 17 |
| Binary | 110000 | 101111 | 11101 | 0 | 10 | 101000 | 1010001 | 111001 | 11001 | 1111 |
Color Harmonies of #302F1D
Complementary color
Monochromatic Colors of #302F1D
Black with #302F1D
Text Example
Text Example
White with #302F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302F1D; }
p { color: rgb(48,47,29); }
H1.HeaderClassName
{
color: #302F1D;
}
.AnyTagClassName
{
color: #302F1D;
}
</style>
background-color css
<style>
a { background-color: #302F1D; }
a { background-color: rgb(48,47,29); }
div.DivClassName
{
background-color: #302F1D;
}
.BgClassName
{
background-color: #302F1D;
}
</style>
border-color css
<style>
span { border-color: #302F1D; }
span { border-color: rgb(48,47,29); }
td.TdClassName
{
border-color: #302F1D;
}
.TagClassName
{
border-color: #302F1D;
}
</style>