Shades of Karaka #302F03
Tints of Karaka #302F03
RGB
CMYK
RGB Variations
Color information
#302F03 (or 0x302F03) is known color: Karaka. HEX triplet: 30, 2F and 03. RGB value is (48,47,3). Sum of RGB (Red+Green+Blue) = 48+47+3=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 47 (18.75% from 255 or 47.96% from 98); Blue value is 3 (1.56% from 255 or 3.06% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #302F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302F03 is #CFD0FC. Grayscale: #2A2A2A. Windows color (decimal): -13619453 or 208688. OLE color: 208688.
HSL color Cylindrical-coordinate representation of color #302F03: hue angle of 58.67º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #302F03 is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 47 | 3 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.81 |
| HSL | 58.67º | 0.88% | 0.1% | - |
| HSV(B) | 58.67º | 0.94% | 0.19% | - |
| XYZ | 2.25 | 2.67 | 0.48 | - |
| YUV | 42.28 | 105.83 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 3 | 0 | 0.02 | 0.94 | 0.81 | 58.67 | 0.88 | 0.1 |
| Hex | 30 | 2F | 3 | 0 | 2 | 5E | 51 | 3B | 58 | A |
| Octal | 60 | 57 | 3 | 0 | 2 | 136 | 121 | 73 | 130 | 12 |
| Binary | 110000 | 101111 | 11 | 0 | 10 | 1011110 | 1010001 | 111011 | 1011000 | 1010 |
Color Harmonies of #302F03
Complementary color
Monochromatic Colors of #302F03
Black with #302F03
Text Example
Text Example
White with #302F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302F03; }
p { color: rgb(48,47,3); }
H1.HeaderClassName
{
color: #302F03;
}
.AnyTagClassName
{
color: #302F03;
}
</style>
background-color css
<style>
a { background-color: #302F03; }
a { background-color: rgb(48,47,3); }
div.DivClassName
{
background-color: #302F03;
}
.BgClassName
{
background-color: #302F03;
}
</style>
border-color css
<style>
span { border-color: #302F03; }
span { border-color: rgb(48,47,3); }
td.TdClassName
{
border-color: #302F03;
}
.TagClassName
{
border-color: #302F03;
}
</style>