Shades of Jacarta #382F5E
Tints of Jacarta #382F5E
RGB
CMYK
RGB Variations
Color information
#382F5E (or 0x382F5E) is known color: Jacarta. HEX triplet: 38, 2F and 5E. RGB value is (56,47,94). Sum of RGB (Red+Green+Blue) = 56+47+94=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 94 (37.11% from 255 or 47.72% from 197); Max value from RGB is 94 - color contains mainly: blue. Hex color #382F5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382F5E is #C7D0A1. Grayscale: #363636. Windows color (decimal): -13095074 or 6172472. OLE color: 6172472.
HSL color Cylindrical-coordinate representation of color #382F5E: hue angle of 251.49º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #382F5E is Cyan = 0.40, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 56 | 47 | 94 | - |
| CMYK | 0.40 | 0.5 | 0 | 0.63 |
| HSL | 251.49º | 0.33% | 0.28% | - |
| HSV(B) | 251.49º | 0.5% | 0.37% | - |
| XYZ | 4.67 | 3.68 | 11.05 | - |
| YUV | 55.05 | 149.98 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 47 | 94 | 0.40 | 0.5 | 0 | 0.63 | 251.49 | 0.33 | 0.28 |
| Hex | 38 | 2F | 5E | 28 | 32 | 0 | 3F | FB | 21 | 1C |
| Octal | 70 | 57 | 136 | 50 | 62 | 0 | 77 | 373 | 41 | 34 |
| Binary | 111000 | 101111 | 1011110 | 101000 | 110010 | 0 | 111111 | 11111011 | 100001 | 11100 |
Color Harmonies of #382F5E
Complementary color
Monochromatic Colors of #382F5E
Black with #382F5E
Text Example
Text Example
White with #382F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382F5E; }
p { color: rgb(56,47,94); }
H1.HeaderClassName
{
color: #382F5E;
}
.AnyTagClassName
{
color: #382F5E;
}
</style>
background-color css
<style>
a { background-color: #382F5E; }
a { background-color: rgb(56,47,94); }
div.DivClassName
{
background-color: #382F5E;
}
.BgClassName
{
background-color: #382F5E;
}
</style>
border-color css
<style>
span { border-color: #382F5E; }
span { border-color: rgb(56,47,94); }
td.TdClassName
{
border-color: #382F5E;
}
.TagClassName
{
border-color: #382F5E;
}
</style>