Shades of Karaka #303101
Tints of Karaka #303101
RGB
CMYK
RGB Variations
Color information
#303101 (or 0x303101) is known color: Karaka. HEX triplet: 30, 31 and 01. RGB value is (48,49,1). Sum of RGB (Red+Green+Blue) = 48+49+1=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 49 (19.53% from 255 or 50% from 98); Blue value is 1 (0.78% from 255 or 1.02% from 98); Max value from RGB is 49 - color contains mainly: green. Hex color #303101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303101 is #CFCEFE. Grayscale: #2B2B2B. Windows color (decimal): -13618943 or 78128. OLE color: 78128.
HSL color Cylindrical-coordinate representation of color #303101: hue angle of 61.25º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #303101 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 49 | 1 | - |
| CMYK | 0.02 | 0 | 0.98 | 0.81 |
| HSL | 61.25º | 0.96% | 0.1% | - |
| HSV(B) | 61.25º | 0.98% | 0.19% | - |
| XYZ | 2.32 | 2.83 | 0.45 | - |
| YUV | 43.23 | 104.17 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 49 | 1 | 0.02 | 0 | 0.98 | 0.81 | 61.25 | 0.96 | 0.1 |
| Hex | 30 | 31 | 1 | 2 | 0 | 62 | 51 | 3D | 60 | A |
| Octal | 60 | 61 | 1 | 2 | 0 | 142 | 121 | 75 | 140 | 12 |
| Binary | 110000 | 110001 | 1 | 10 | 0 | 1100010 | 1010001 | 111101 | 1100000 | 1010 |
Color Harmonies of #303101
Complementary color
Monochromatic Colors of #303101
Black with #303101
Text Example
Text Example
White with #303101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303101; }
p { color: rgb(48,49,1); }
H1.HeaderClassName
{
color: #303101;
}
.AnyTagClassName
{
color: #303101;
}
</style>
background-color css
<style>
a { background-color: #303101; }
a { background-color: rgb(48,49,1); }
div.DivClassName
{
background-color: #303101;
}
.BgClassName
{
background-color: #303101;
}
</style>
border-color css
<style>
span { border-color: #303101; }
span { border-color: rgb(48,49,1); }
td.TdClassName
{
border-color: #303101;
}
.TagClassName
{
border-color: #303101;
}
</style>