Shades of Jacarta #383159
Tints of Jacarta #383159
RGB
CMYK
RGB Variations
Color information
#383159 (or 0x383159) is known color: Jacarta. HEX triplet: 38, 31 and 59. RGB value is (56,49,89). Sum of RGB (Red+Green+Blue) = 56+49+89=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #383159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383159 is #C7CEA6. Grayscale: #373737. Windows color (decimal): -13094567 or 5845304. OLE color: 5845304.
HSL color Cylindrical-coordinate representation of color #383159: hue angle of 250.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #383159 is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 49 | 89 | - |
| CMYK | 0.37 | 0.45 | 0 | 0.65 |
| HSL | 250.5º | 0.29% | 0.27% | - |
| HSV(B) | 250.5º | 0.45% | 0.35% | - |
| XYZ | 4.53 | 3.76 | 9.94 | - |
| YUV | 55.65 | 146.82 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 49 | 89 | 0.37 | 0.45 | 0 | 0.65 | 250.5 | 0.29 | 0.27 |
| Hex | 38 | 31 | 59 | 25 | 2D | 0 | 41 | FB | 1D | 1B |
| Octal | 70 | 61 | 131 | 45 | 55 | 0 | 101 | 373 | 35 | 33 |
| Binary | 111000 | 110001 | 1011001 | 100101 | 101101 | 0 | 1000001 | 11111011 | 11101 | 11011 |
Color Harmonies of #383159
Complementary color
Monochromatic Colors of #383159
Black with #383159
Text Example
Text Example
White with #383159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383159; }
p { color: rgb(56,49,89); }
H1.HeaderClassName
{
color: #383159;
}
.AnyTagClassName
{
color: #383159;
}
</style>
background-color css
<style>
a { background-color: #383159; }
a { background-color: rgb(56,49,89); }
div.DivClassName
{
background-color: #383159;
}
.BgClassName
{
background-color: #383159;
}
</style>
border-color css
<style>
span { border-color: #383159; }
span { border-color: rgb(56,49,89); }
td.TdClassName
{
border-color: #383159;
}
.TagClassName
{
border-color: #383159;
}
</style>