Shades of Karaka #303113
Tints of Karaka #303113
RGB
CMYK
RGB Variations
Color information
#303113 (or 0x303113) is known color: Karaka. HEX triplet: 30, 31 and 13. RGB value is (48,49,19). Sum of RGB (Red+Green+Blue) = 48+49+19=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 49 (19.53% from 255 or 42.24% from 116); Blue value is 19 (7.81% from 255 or 16.38% from 116); Max value from RGB is 49 - color contains mainly: green. Hex color #303113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303113 is #CFCEEC. Grayscale: #2D2D2D. Windows color (decimal): -13618925 or 1257776. OLE color: 1257776.
HSL color Cylindrical-coordinate representation of color #303113: hue angle of 62º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #303113 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 49 | 19 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.81 |
| HSL | 62º | 0.44% | 0.13% | - |
| HSV(B) | 62º | 0.61% | 0.19% | - |
| XYZ | 2.43 | 2.87 | 1.04 | - |
| YUV | 45.28 | 113.17 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 49 | 19 | 0.02 | 0 | 0.61 | 0.81 | 62 | 0.44 | 0.13 |
| Hex | 30 | 31 | 13 | 2 | 0 | 3D | 51 | 3E | 2C | D |
| Octal | 60 | 61 | 23 | 2 | 0 | 75 | 121 | 76 | 54 | 15 |
| Binary | 110000 | 110001 | 10011 | 10 | 0 | 111101 | 1010001 | 111110 | 101100 | 1101 |
Color Harmonies of #303113
Complementary color
Monochromatic Colors of #303113
Black with #303113
Text Example
Text Example
White with #303113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303113; }
p { color: rgb(48,49,19); }
H1.HeaderClassName
{
color: #303113;
}
.AnyTagClassName
{
color: #303113;
}
</style>
background-color css
<style>
a { background-color: #303113; }
a { background-color: rgb(48,49,19); }
div.DivClassName
{
background-color: #303113;
}
.BgClassName
{
background-color: #303113;
}
</style>
border-color css
<style>
span { border-color: #303113; }
span { border-color: rgb(48,49,19); }
td.TdClassName
{
border-color: #303113;
}
.TagClassName
{
border-color: #303113;
}
</style>