Shades of Karaka #3A380B
Tints of Karaka #3A380B
RGB
CMYK
RGB Variations
Color information
#3A380B (or 0x3A380B) is known color: Karaka. HEX triplet: 3A, 38 and 0B. RGB value is (58,56,11). Sum of RGB (Red+Green+Blue) = 58+56+11=125 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.4% from 125); Green value is 56 (22.27% from 255 or 44.8% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 58 - color contains mainly: red. Hex color #3A380B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A380B is #C5C7F4. Grayscale: #333333. Windows color (decimal): -12961781 or 735290. OLE color: 735290.
HSL color Cylindrical-coordinate representation of color #3A380B: hue angle of 57.45º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A380B is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 56 | 11 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.77 |
| HSL | 57.45º | 0.68% | 0.14% | - |
| HSV(B) | 57.45º | 0.81% | 0.23% | - |
| XYZ | 3.22 | 3.75 | 0.87 | - |
| YUV | 51.47 | 105.16 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 56 | 11 | 0 | 0.03 | 0.81 | 0.77 | 57.45 | 0.68 | 0.14 |
| Hex | 3A | 38 | B | 0 | 3 | 51 | 4D | 39 | 44 | E |
| Octal | 72 | 70 | 13 | 0 | 3 | 121 | 115 | 71 | 104 | 16 |
| Binary | 111010 | 111000 | 1011 | 0 | 11 | 1010001 | 1001101 | 111001 | 1000100 | 1110 |
Color Harmonies of #3A380B
Complementary color
Monochromatic Colors of #3A380B
Black with #3A380B
Text Example
Text Example
White with #3A380B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A380B; }
p { color: rgb(58,56,11); }
H1.HeaderClassName
{
color: #3A380B;
}
.AnyTagClassName
{
color: #3A380B;
}
</style>
background-color css
<style>
a { background-color: #3A380B; }
a { background-color: rgb(58,56,11); }
div.DivClassName
{
background-color: #3A380B;
}
.BgClassName
{
background-color: #3A380B;
}
</style>
border-color css
<style>
span { border-color: #3A380B; }
span { border-color: rgb(58,56,11); }
td.TdClassName
{
border-color: #3A380B;
}
.TagClassName
{
border-color: #3A380B;
}
</style>