Shades of Karaka #3A380A
Tints of Karaka #3A380A
RGB
CMYK
RGB Variations
Color information
#3A380A (or 0x3A380A) is known color: Karaka. HEX triplet: 3A, 38 and 0A. RGB value is (58,56,10). Sum of RGB (Red+Green+Blue) = 58+56+10=124 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.77% from 124); Green value is 56 (22.27% from 255 or 45.16% from 124); Blue value is 10 (4.30% from 255 or 8.06% from 124); Max value from RGB is 58 - color contains mainly: red. Hex color #3A380A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A380A is #C5C7F5. Grayscale: #333333. Windows color (decimal): -12961782 or 669754. OLE color: 669754.
HSL color Cylindrical-coordinate representation of color #3A380A: hue angle of 57.5º degrees, saturation: 0.71, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A380A is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 56 | 10 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.77 |
| HSL | 57.5º | 0.71% | 0.13% | - |
| HSV(B) | 57.5º | 0.83% | 0.23% | - |
| XYZ | 3.21 | 3.75 | 0.84 | - |
| YUV | 51.35 | 104.66 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 56 | 10 | 0 | 0.03 | 0.83 | 0.77 | 57.5 | 0.71 | 0.13 |
| Hex | 3A | 38 | A | 0 | 3 | 53 | 4D | 3A | 47 | D |
| Octal | 72 | 70 | 12 | 0 | 3 | 123 | 115 | 72 | 107 | 15 |
| Binary | 111010 | 111000 | 1010 | 0 | 11 | 1010011 | 1001101 | 111010 | 1000111 | 1101 |
Color Harmonies of #3A380A
Complementary color
Monochromatic Colors of #3A380A
Black with #3A380A
Text Example
Text Example
White with #3A380A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A380A; }
p { color: rgb(58,56,10); }
H1.HeaderClassName
{
color: #3A380A;
}
.AnyTagClassName
{
color: #3A380A;
}
</style>
background-color css
<style>
a { background-color: #3A380A; }
a { background-color: rgb(58,56,10); }
div.DivClassName
{
background-color: #3A380A;
}
.BgClassName
{
background-color: #3A380A;
}
</style>
border-color css
<style>
span { border-color: #3A380A; }
span { border-color: rgb(58,56,10); }
td.TdClassName
{
border-color: #3A380A;
}
.TagClassName
{
border-color: #3A380A;
}
</style>