Shades of Jacarta #383356
Tints of Jacarta #383356
RGB
CMYK
RGB Variations
Color information
#383356 (or 0x383356) is known color: Jacarta. HEX triplet: 38, 33 and 56. RGB value is (56,51,86). Sum of RGB (Red+Green+Blue) = 56+51+86=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 86 (33.98% from 255 or 44.56% from 193); Max value from RGB is 86 - color contains mainly: blue. Hex color #383356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383356 is #C7CCA9. Grayscale: #383838. Windows color (decimal): -13094058 or 5649208. OLE color: 5649208.
HSL color Cylindrical-coordinate representation of color #383356: hue angle of 248.57º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #383356 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 56 | 51 | 86 | - |
| CMYK | 0.35 | 0.41 | 0 | 0.66 |
| HSL | 248.57º | 0.26% | 0.27% | - |
| HSV(B) | 248.57º | 0.41% | 0.34% | - |
| XYZ | 4.49 | 3.88 | 9.32 | - |
| YUV | 56.49 | 144.66 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 51 | 86 | 0.35 | 0.41 | 0 | 0.66 | 248.57 | 0.26 | 0.27 |
| Hex | 38 | 33 | 56 | 23 | 29 | 0 | 42 | F9 | 1A | 1B |
| Octal | 70 | 63 | 126 | 43 | 51 | 0 | 102 | 371 | 32 | 33 |
| Binary | 111000 | 110011 | 1010110 | 100011 | 101001 | 0 | 1000010 | 11111001 | 11010 | 11011 |
Color Harmonies of #383356
Complementary color
Monochromatic Colors of #383356
Black with #383356
Text Example
Text Example
White with #383356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383356; }
p { color: rgb(56,51,86); }
H1.HeaderClassName
{
color: #383356;
}
.AnyTagClassName
{
color: #383356;
}
</style>
background-color css
<style>
a { background-color: #383356; }
a { background-color: rgb(56,51,86); }
div.DivClassName
{
background-color: #383356;
}
.BgClassName
{
background-color: #383356;
}
</style>
border-color css
<style>
span { border-color: #383356; }
span { border-color: rgb(56,51,86); }
td.TdClassName
{
border-color: #383356;
}
.TagClassName
{
border-color: #383356;
}
</style>