Shades of Karaka #3B380E
Tints of Karaka #3B380E
RGB
CMYK
RGB Variations
Color information
#3B380E (or 0x3B380E) is known color: Karaka. HEX triplet: 3B, 38 and 0E. RGB value is (59,56,14). Sum of RGB (Red+Green+Blue) = 59+56+14=129 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.74% from 129); Green value is 56 (22.27% from 255 or 43.41% from 129); Blue value is 14 (5.86% from 255 or 10.85% from 129); Max value from RGB is 59 - color contains mainly: red. Hex color #3B380E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B380E is #C4C7F1. Grayscale: #343434. Windows color (decimal): -12896242 or 931899. OLE color: 931899.
HSL color Cylindrical-coordinate representation of color #3B380E: hue angle of 56º 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 #3B380E is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 56 | 14 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.77 |
| HSL | 56º | 0.62% | 0.14% | - |
| HSV(B) | 56º | 0.76% | 0.23% | - |
| XYZ | 3.3 | 3.79 | 0.97 | - |
| YUV | 52.11 | 106.49 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 56 | 14 | 0 | 0.05 | 0.76 | 0.77 | 56 | 0.62 | 0.14 |
| Hex | 3B | 38 | E | 0 | 5 | 4C | 4D | 38 | 3E | E |
| Octal | 73 | 70 | 16 | 0 | 5 | 114 | 115 | 70 | 76 | 16 |
| Binary | 111011 | 111000 | 1110 | 0 | 101 | 1001100 | 1001101 | 111000 | 111110 | 1110 |
Color Harmonies of #3B380E
Complementary color
Monochromatic Colors of #3B380E
Black with #3B380E
Text Example
Text Example
White with #3B380E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B380E; }
p { color: rgb(59,56,14); }
H1.HeaderClassName
{
color: #3B380E;
}
.AnyTagClassName
{
color: #3B380E;
}
</style>
background-color css
<style>
a { background-color: #3B380E; }
a { background-color: rgb(59,56,14); }
div.DivClassName
{
background-color: #3B380E;
}
.BgClassName
{
background-color: #3B380E;
}
</style>
border-color css
<style>
span { border-color: #3B380E; }
span { border-color: rgb(59,56,14); }
td.TdClassName
{
border-color: #3B380E;
}
.TagClassName
{
border-color: #3B380E;
}
</style>