Shades of Karaka #38361B
Tints of Karaka #38361B
RGB
CMYK
RGB Variations
Color information
#38361B (or 0x38361B) is known color: Karaka. HEX triplet: 38, 36 and 1B. RGB value is (56,54,27). Sum of RGB (Red+Green+Blue) = 56+54+27=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 54 (21.48% from 255 or 39.42% from 137); Blue value is 27 (10.94% from 255 or 19.71% from 137); Max value from RGB is 56 - color contains mainly: red. Hex color #38361B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38361B is #C7C9E4. Grayscale: #333333. Windows color (decimal): -13093349 or 1783352. OLE color: 1783352.
HSL color Cylindrical-coordinate representation of color #38361B: hue angle of 55.86º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #38361B is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 54 | 27 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.78 |
| HSL | 55.86º | 0.35% | 0.16% | - |
| HSV(B) | 55.86º | 0.52% | 0.22% | - |
| XYZ | 3.15 | 3.56 | 1.56 | - |
| YUV | 51.52 | 114.16 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 54 | 27 | 0 | 0.04 | 0.52 | 0.78 | 55.86 | 0.35 | 0.16 |
| Hex | 38 | 36 | 1B | 0 | 4 | 34 | 4E | 38 | 23 | 10 |
| Octal | 70 | 66 | 33 | 0 | 4 | 64 | 116 | 70 | 43 | 20 |
| Binary | 111000 | 110110 | 11011 | 0 | 100 | 110100 | 1001110 | 111000 | 100011 | 10000 |
Color Harmonies of #38361B
Complementary color
Monochromatic Colors of #38361B
Black with #38361B
Text Example
Text Example
White with #38361B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38361B; }
p { color: rgb(56,54,27); }
H1.HeaderClassName
{
color: #38361B;
}
.AnyTagClassName
{
color: #38361B;
}
</style>
background-color css
<style>
a { background-color: #38361B; }
a { background-color: rgb(56,54,27); }
div.DivClassName
{
background-color: #38361B;
}
.BgClassName
{
background-color: #38361B;
}
</style>
border-color css
<style>
span { border-color: #38361B; }
span { border-color: rgb(56,54,27); }
td.TdClassName
{
border-color: #38361B;
}
.TagClassName
{
border-color: #38361B;
}
</style>