Shades of Karaka #302F1C
Tints of Karaka #302F1C
RGB
CMYK
RGB Variations
Color information
#302F1C (or 0x302F1C) is known color: Karaka. HEX triplet: 30, 2F and 1C. RGB value is (48,47,28). Sum of RGB (Red+Green+Blue) = 48+47+28=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 47 (18.75% from 255 or 38.21% from 123); Blue value is 28 (11.33% from 255 or 22.76% from 123); Max value from RGB is 48 - color contains mainly: red. Hex color #302F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302F1C is #CFD0E3. Grayscale: #2D2D2D. Windows color (decimal): -13619428 or 1847088. OLE color: 1847088.
HSL color Cylindrical-coordinate representation of color #302F1C: hue angle of 57º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #302F1C is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 47 | 28 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.81 |
| HSL | 57º | 0.26% | 0.15% | - |
| HSV(B) | 57º | 0.42% | 0.19% | - |
| XYZ | 2.45 | 2.75 | 1.5 | - |
| YUV | 45.13 | 118.33 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 28 | 0 | 0.02 | 0.42 | 0.81 | 57 | 0.26 | 0.15 |
| Hex | 30 | 2F | 1C | 0 | 2 | 2A | 51 | 39 | 1A | F |
| Octal | 60 | 57 | 34 | 0 | 2 | 52 | 121 | 71 | 32 | 17 |
| Binary | 110000 | 101111 | 11100 | 0 | 10 | 101010 | 1010001 | 111001 | 11010 | 1111 |
Color Harmonies of #302F1C
Complementary color
Monochromatic Colors of #302F1C
Black with #302F1C
Text Example
Text Example
White with #302F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302F1C; }
p { color: rgb(48,47,28); }
H1.HeaderClassName
{
color: #302F1C;
}
.AnyTagClassName
{
color: #302F1C;
}
</style>
background-color css
<style>
a { background-color: #302F1C; }
a { background-color: rgb(48,47,28); }
div.DivClassName
{
background-color: #302F1C;
}
.BgClassName
{
background-color: #302F1C;
}
</style>
border-color css
<style>
span { border-color: #302F1C; }
span { border-color: rgb(48,47,28); }
td.TdClassName
{
border-color: #302F1C;
}
.TagClassName
{
border-color: #302F1C;
}
</style>