Shades of Karaka #302F1B
Tints of Karaka #302F1B
RGB
CMYK
RGB Variations
Color information
#302F1B (or 0x302F1B) is known color: Karaka. HEX triplet: 30, 2F and 1B. RGB value is (48,47,27). Sum of RGB (Red+Green+Blue) = 48+47+27=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 47 (18.75% from 255 or 38.52% from 122); Blue value is 27 (10.94% from 255 or 22.13% from 122); Max value from RGB is 48 - color contains mainly: red. Hex color #302F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302F1B is #CFD0E4. Grayscale: #2D2D2D. Windows color (decimal): -13619429 or 1781552. OLE color: 1781552.
HSL color Cylindrical-coordinate representation of color #302F1B: hue angle of 57.14º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #302F1B is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 47 | 27 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.81 |
| HSL | 57.14º | 0.28% | 0.15% | - |
| HSV(B) | 57.14º | 0.44% | 0.19% | - |
| XYZ | 2.43 | 2.74 | 1.44 | - |
| YUV | 45.02 | 117.83 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 27 | 0 | 0.02 | 0.44 | 0.81 | 57.14 | 0.28 | 0.15 |
| Hex | 30 | 2F | 1B | 0 | 2 | 2C | 51 | 39 | 1C | F |
| Octal | 60 | 57 | 33 | 0 | 2 | 54 | 121 | 71 | 34 | 17 |
| Binary | 110000 | 101111 | 11011 | 0 | 10 | 101100 | 1010001 | 111001 | 11100 | 1111 |
Color Harmonies of #302F1B
Complementary color
Monochromatic Colors of #302F1B
Black with #302F1B
Text Example
Text Example
White with #302F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302F1B; }
p { color: rgb(48,47,27); }
H1.HeaderClassName
{
color: #302F1B;
}
.AnyTagClassName
{
color: #302F1B;
}
</style>
background-color css
<style>
a { background-color: #302F1B; }
a { background-color: rgb(48,47,27); }
div.DivClassName
{
background-color: #302F1B;
}
.BgClassName
{
background-color: #302F1B;
}
</style>
border-color css
<style>
span { border-color: #302F1B; }
span { border-color: rgb(48,47,27); }
td.TdClassName
{
border-color: #302F1B;
}
.TagClassName
{
border-color: #302F1B;
}
</style>