Shades of Jacarta #383059
Tints of Jacarta #383059
RGB
CMYK
RGB Variations
Color information
#383059 (or 0x383059) is known color: Jacarta. HEX triplet: 38, 30 and 59. RGB value is (56,48,89). Sum of RGB (Red+Green+Blue) = 56+48+89=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 89 - color contains mainly: blue. Hex color #383059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383059 is #C7CFA6. Grayscale: #363636. Windows color (decimal): -13094823 or 5845048. OLE color: 5845048.
HSL color Cylindrical-coordinate representation of color #383059: hue angle of 251.71º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #383059 is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 48 | 89 | - |
| CMYK | 0.37 | 0.46 | 0 | 0.65 |
| HSL | 251.71º | 0.3% | 0.27% | - |
| HSV(B) | 251.71º | 0.46% | 0.35% | - |
| XYZ | 4.49 | 3.68 | 9.92 | - |
| YUV | 55.07 | 147.15 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 48 | 89 | 0.37 | 0.46 | 0 | 0.65 | 251.71 | 0.3 | 0.27 |
| Hex | 38 | 30 | 59 | 25 | 2E | 0 | 41 | FC | 1E | 1B |
| Octal | 70 | 60 | 131 | 45 | 56 | 0 | 101 | 374 | 36 | 33 |
| Binary | 111000 | 110000 | 1011001 | 100101 | 101110 | 0 | 1000001 | 11111100 | 11110 | 11011 |
Color Harmonies of #383059
Complementary color
Monochromatic Colors of #383059
Black with #383059
Text Example
Text Example
White with #383059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383059; }
p { color: rgb(56,48,89); }
H1.HeaderClassName
{
color: #383059;
}
.AnyTagClassName
{
color: #383059;
}
</style>
background-color css
<style>
a { background-color: #383059; }
a { background-color: rgb(56,48,89); }
div.DivClassName
{
background-color: #383059;
}
.BgClassName
{
background-color: #383059;
}
</style>
border-color css
<style>
span { border-color: #383059; }
span { border-color: rgb(56,48,89); }
td.TdClassName
{
border-color: #383059;
}
.TagClassName
{
border-color: #383059;
}
</style>