Shades of Karaka #302F0A
Tints of Karaka #302F0A
RGB
CMYK
RGB Variations
Color information
#302F0A (or 0x302F0A) is known color: Karaka. HEX triplet: 30, 2F and 0A. RGB value is (48,47,10). Sum of RGB (Red+Green+Blue) = 48+47+10=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 47 (18.75% from 255 or 44.76% from 105); Blue value is 10 (4.30% from 255 or 9.52% from 105); Max value from RGB is 48 - color contains mainly: red. Hex color #302F0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302F0A is #CFD0F5. Grayscale: #2B2B2B. Windows color (decimal): -13619446 or 667440. OLE color: 667440.
HSL color Cylindrical-coordinate representation of color #302F0A: hue angle of 58.42º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #302F0A is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 47 | 10 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.81 |
| HSL | 58.42º | 0.66% | 0.11% | - |
| HSV(B) | 58.42º | 0.79% | 0.19% | - |
| XYZ | 2.29 | 2.68 | 0.68 | - |
| YUV | 43.08 | 109.33 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 10 | 0 | 0.02 | 0.79 | 0.81 | 58.42 | 0.66 | 0.11 |
| Hex | 30 | 2F | A | 0 | 2 | 4F | 51 | 3A | 42 | B |
| Octal | 60 | 57 | 12 | 0 | 2 | 117 | 121 | 72 | 102 | 13 |
| Binary | 110000 | 101111 | 1010 | 0 | 10 | 1001111 | 1010001 | 111010 | 1000010 | 1011 |
Color Harmonies of #302F0A
Complementary color
Monochromatic Colors of #302F0A
Black with #302F0A
Text Example
Text Example
White with #302F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302F0A; }
p { color: rgb(48,47,10); }
H1.HeaderClassName
{
color: #302F0A;
}
.AnyTagClassName
{
color: #302F0A;
}
</style>
background-color css
<style>
a { background-color: #302F0A; }
a { background-color: rgb(48,47,10); }
div.DivClassName
{
background-color: #302F0A;
}
.BgClassName
{
background-color: #302F0A;
}
</style>
border-color css
<style>
span { border-color: #302F0A; }
span { border-color: rgb(48,47,10); }
td.TdClassName
{
border-color: #302F0A;
}
.TagClassName
{
border-color: #302F0A;
}
</style>