Shades of Karaka #3B390D
Tints of Karaka #3B390D
RGB
CMYK
RGB Variations
Color information
#3B390D (or 0x3B390D) is known color: Karaka. HEX triplet: 3B, 39 and 0D. RGB value is (59,57,13). Sum of RGB (Red+Green+Blue) = 59+57+13=129 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.74% from 129); Green value is 57 (22.66% from 255 or 44.19% from 129); Blue value is 13 (5.47% from 255 or 10.08% from 129); Max value from RGB is 59 - color contains mainly: red. Hex color #3B390D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B390D is #C4C6F2. Grayscale: #343434. Windows color (decimal): -12895987 or 866619. OLE color: 866619.
HSL color Cylindrical-coordinate representation of color #3B390D: hue angle of 57.39º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3B390D is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 57 | 13 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.77 |
| HSL | 57.39º | 0.64% | 0.14% | - |
| HSV(B) | 57.39º | 0.78% | 0.23% | - |
| XYZ | 3.34 | 3.89 | 0.95 | - |
| YUV | 52.58 | 105.66 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 57 | 13 | 0 | 0.03 | 0.78 | 0.77 | 57.39 | 0.64 | 0.14 |
| Hex | 3B | 39 | D | 0 | 3 | 4E | 4D | 39 | 40 | E |
| Octal | 73 | 71 | 15 | 0 | 3 | 116 | 115 | 71 | 100 | 16 |
| Binary | 111011 | 111001 | 1101 | 0 | 11 | 1001110 | 1001101 | 111001 | 1000000 | 1110 |
Color Harmonies of #3B390D
Complementary color
Monochromatic Colors of #3B390D
Black with #3B390D
Text Example
Text Example
White with #3B390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B390D; }
p { color: rgb(59,57,13); }
H1.HeaderClassName
{
color: #3B390D;
}
.AnyTagClassName
{
color: #3B390D;
}
</style>
background-color css
<style>
a { background-color: #3B390D; }
a { background-color: rgb(59,57,13); }
div.DivClassName
{
background-color: #3B390D;
}
.BgClassName
{
background-color: #3B390D;
}
</style>
border-color css
<style>
span { border-color: #3B390D; }
span { border-color: rgb(59,57,13); }
td.TdClassName
{
border-color: #3B390D;
}
.TagClassName
{
border-color: #3B390D;
}
</style>