Shades of Karaka #30311F
Tints of Karaka #30311F
RGB
CMYK
RGB Variations
Color information
#30311F (or 0x30311F) is known color: Karaka. HEX triplet: 30, 31 and 1F. RGB value is (48,49,31). Sum of RGB (Red+Green+Blue) = 48+49+31=128 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.5% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 31 (12.5% from 255 or 24.22% from 128); Max value from RGB is 49 - color contains mainly: green. Hex color #30311F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30311F is #CFCEE0. Grayscale: #2E2E2E. Windows color (decimal): -13618913 or 2044208. OLE color: 2044208.
HSL color Cylindrical-coordinate representation of color #30311F: hue angle of 63.33º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #30311F is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 49 | 31 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.81 |
| HSL | 63.33º | 0.23% | 0.16% | - |
| HSV(B) | 63.33º | 0.37% | 0.19% | - |
| XYZ | 2.56 | 2.92 | 1.73 | - |
| YUV | 46.65 | 119.17 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 49 | 31 | 0.02 | 0 | 0.37 | 0.81 | 63.33 | 0.23 | 0.16 |
| Hex | 30 | 31 | 1F | 2 | 0 | 25 | 51 | 3F | 16 | 10 |
| Octal | 60 | 61 | 37 | 2 | 0 | 45 | 121 | 77 | 26 | 20 |
| Binary | 110000 | 110001 | 11111 | 10 | 0 | 100101 | 1010001 | 111111 | 10110 | 10000 |
Color Harmonies of #30311F
Complementary color
Monochromatic Colors of #30311F
Black with #30311F
Text Example
Text Example
White with #30311F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30311F; }
p { color: rgb(48,49,31); }
H1.HeaderClassName
{
color: #30311F;
}
.AnyTagClassName
{
color: #30311F;
}
</style>
background-color css
<style>
a { background-color: #30311F; }
a { background-color: rgb(48,49,31); }
div.DivClassName
{
background-color: #30311F;
}
.BgClassName
{
background-color: #30311F;
}
</style>
border-color css
<style>
span { border-color: #30311F; }
span { border-color: rgb(48,49,31); }
td.TdClassName
{
border-color: #30311F;
}
.TagClassName
{
border-color: #30311F;
}
</style>