Shades of Karaka #38371A
Tints of Karaka #38371A
RGB
CMYK
RGB Variations
Color information
#38371A (or 0x38371A) is known color: Karaka. HEX triplet: 38, 37 and 1A. RGB value is (56,55,26). Sum of RGB (Red+Green+Blue) = 56+55+26=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 55 (21.88% from 255 or 40.15% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 56 - color contains mainly: red. Hex color #38371A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38371A is #C7C8E5. Grayscale: #343434. Windows color (decimal): -13093094 or 1718072. OLE color: 1718072.
HSL color Cylindrical-coordinate representation of color #38371A: hue angle of 58º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38371A is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 55 | 26 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.78 |
| HSL | 58º | 0.37% | 0.16% | - |
| HSV(B) | 58º | 0.54% | 0.22% | - |
| XYZ | 3.18 | 3.65 | 1.51 | - |
| YUV | 51.99 | 113.33 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 55 | 26 | 0 | 0.02 | 0.54 | 0.78 | 58 | 0.37 | 0.16 |
| Hex | 38 | 37 | 1A | 0 | 2 | 36 | 4E | 3A | 25 | 10 |
| Octal | 70 | 67 | 32 | 0 | 2 | 66 | 116 | 72 | 45 | 20 |
| Binary | 111000 | 110111 | 11010 | 0 | 10 | 110110 | 1001110 | 111010 | 100101 | 10000 |
Color Harmonies of #38371A
Complementary color
Monochromatic Colors of #38371A
Black with #38371A
Text Example
Text Example
White with #38371A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38371A; }
p { color: rgb(56,55,26); }
H1.HeaderClassName
{
color: #38371A;
}
.AnyTagClassName
{
color: #38371A;
}
</style>
background-color css
<style>
a { background-color: #38371A; }
a { background-color: rgb(56,55,26); }
div.DivClassName
{
background-color: #38371A;
}
.BgClassName
{
background-color: #38371A;
}
</style>
border-color css
<style>
span { border-color: #38371A; }
span { border-color: rgb(56,55,26); }
td.TdClassName
{
border-color: #38371A;
}
.TagClassName
{
border-color: #38371A;
}
</style>