Shades of Karaka #38370B
Tints of Karaka #38370B
RGB
CMYK
RGB Variations
Color information
#38370B (or 0x38370B) is known color: Karaka. HEX triplet: 38, 37 and 0B. RGB value is (56,55,11). Sum of RGB (Red+Green+Blue) = 56+55+11=122 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.90% from 122); Green value is 55 (21.88% from 255 or 45.08% from 122); Blue value is 11 (4.69% from 255 or 9.02% from 122); Max value from RGB is 56 - color contains mainly: red. Hex color #38370B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38370B is #C7C8F4. Grayscale: #323232. Windows color (decimal): -13093109 or 735032. OLE color: 735032.
HSL color Cylindrical-coordinate representation of color #38370B: hue angle of 58.67º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38370B is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 55 | 11 | - |
| CMYK | 0 | 0.02 | 0.80 | 0.78 |
| HSL | 58.67º | 0.67% | 0.13% | - |
| HSV(B) | 58.67º | 0.8% | 0.22% | - |
| XYZ | 3.06 | 3.6 | 0.85 | - |
| YUV | 50.28 | 105.83 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 55 | 11 | 0 | 0.02 | 0.80 | 0.78 | 58.67 | 0.67 | 0.13 |
| Hex | 38 | 37 | B | 0 | 2 | 50 | 4E | 3B | 43 | D |
| Octal | 70 | 67 | 13 | 0 | 2 | 120 | 116 | 73 | 103 | 15 |
| Binary | 111000 | 110111 | 1011 | 0 | 10 | 1010000 | 1001110 | 111011 | 1000011 | 1101 |
Color Harmonies of #38370B
Complementary color
Monochromatic Colors of #38370B
Black with #38370B
Text Example
Text Example
White with #38370B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38370B; }
p { color: rgb(56,55,11); }
H1.HeaderClassName
{
color: #38370B;
}
.AnyTagClassName
{
color: #38370B;
}
</style>
background-color css
<style>
a { background-color: #38370B; }
a { background-color: rgb(56,55,11); }
div.DivClassName
{
background-color: #38370B;
}
.BgClassName
{
background-color: #38370B;
}
</style>
border-color css
<style>
span { border-color: #38370B; }
span { border-color: rgb(56,55,11); }
td.TdClassName
{
border-color: #38370B;
}
.TagClassName
{
border-color: #38370B;
}
</style>