Shades of Karaka #303102
Tints of Karaka #303102
RGB
CMYK
RGB Variations
Color information
#303102 (or 0x303102) is known color: Karaka. HEX triplet: 30, 31 and 02. RGB value is (48,49,2). Sum of RGB (Red+Green+Blue) = 48+49+2=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 49 (19.53% from 255 or 49.49% from 99); Blue value is 2 (1.17% from 255 or 2.02% from 99); Max value from RGB is 49 - color contains mainly: green. Hex color #303102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303102 is #CFCEFD. Grayscale: #2B2B2B. Windows color (decimal): -13618942 or 143664. OLE color: 143664.
HSL color Cylindrical-coordinate representation of color #303102: hue angle of 61.28º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #303102 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 49 | 2 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.81 |
| HSL | 61.28º | 0.92% | 0.1% | - |
| HSV(B) | 61.28º | 0.96% | 0.19% | - |
| XYZ | 2.33 | 2.83 | 0.48 | - |
| YUV | 43.34 | 104.67 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 49 | 2 | 0.02 | 0 | 0.96 | 0.81 | 61.28 | 0.92 | 0.1 |
| Hex | 30 | 31 | 2 | 2 | 0 | 60 | 51 | 3D | 5C | A |
| Octal | 60 | 61 | 2 | 2 | 0 | 140 | 121 | 75 | 134 | 12 |
| Binary | 110000 | 110001 | 10 | 10 | 0 | 1100000 | 1010001 | 111101 | 1011100 | 1010 |
Color Harmonies of #303102
Complementary color
Monochromatic Colors of #303102
Black with #303102
Text Example
Text Example
White with #303102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303102; }
p { color: rgb(48,49,2); }
H1.HeaderClassName
{
color: #303102;
}
.AnyTagClassName
{
color: #303102;
}
</style>
background-color css
<style>
a { background-color: #303102; }
a { background-color: rgb(48,49,2); }
div.DivClassName
{
background-color: #303102;
}
.BgClassName
{
background-color: #303102;
}
</style>
border-color css
<style>
span { border-color: #303102; }
span { border-color: rgb(48,49,2); }
td.TdClassName
{
border-color: #303102;
}
.TagClassName
{
border-color: #303102;
}
</style>