Shades of Karaka #3B390E
Tints of Karaka #3B390E
RGB
CMYK
RGB Variations
Color information
#3B390E (or 0x3B390E) is known color: Karaka. HEX triplet: 3B, 39 and 0E. RGB value is (59,57,14). Sum of RGB (Red+Green+Blue) = 59+57+14=130 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.38% from 130); Green value is 57 (22.66% from 255 or 43.85% from 130); Blue value is 14 (5.86% from 255 or 10.77% from 130); Max value from RGB is 59 - color contains mainly: red. Hex color #3B390E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B390E is #C4C6F1. Grayscale: #343434. Windows color (decimal): -12895986 or 932155. OLE color: 932155.
HSL color Cylindrical-coordinate representation of color #3B390E: hue angle of 57.33º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3B390E is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 57 | 14 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.77 |
| HSL | 57.33º | 0.62% | 0.14% | - |
| HSV(B) | 57.33º | 0.76% | 0.23% | - |
| XYZ | 3.35 | 3.89 | 0.99 | - |
| YUV | 52.7 | 106.16 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 57 | 14 | 0 | 0.03 | 0.76 | 0.77 | 57.33 | 0.62 | 0.14 |
| Hex | 3B | 39 | E | 0 | 3 | 4C | 4D | 39 | 3E | E |
| Octal | 73 | 71 | 16 | 0 | 3 | 114 | 115 | 71 | 76 | 16 |
| Binary | 111011 | 111001 | 1110 | 0 | 11 | 1001100 | 1001101 | 111001 | 111110 | 1110 |
Color Harmonies of #3B390E
Complementary color
Monochromatic Colors of #3B390E
Black with #3B390E
Text Example
Text Example
White with #3B390E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B390E; }
p { color: rgb(59,57,14); }
H1.HeaderClassName
{
color: #3B390E;
}
.AnyTagClassName
{
color: #3B390E;
}
</style>
background-color css
<style>
a { background-color: #3B390E; }
a { background-color: rgb(59,57,14); }
div.DivClassName
{
background-color: #3B390E;
}
.BgClassName
{
background-color: #3B390E;
}
</style>
border-color css
<style>
span { border-color: #3B390E; }
span { border-color: rgb(59,57,14); }
td.TdClassName
{
border-color: #3B390E;
}
.TagClassName
{
border-color: #3B390E;
}
</style>