Shades of Cloud Burst #393D49
Tints of Cloud Burst #393D49
RGB
CMYK
RGB Variations
Color information
#393D49 (or 0x393D49) is known color: Cloud Burst. HEX triplet: 39, 3D and 49. RGB value is (57,61,73). Sum of RGB (Red+Green+Blue) = 57+61+73=191 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.84% from 191); Green value is 61 (24.22% from 255 or 31.94% from 191); Blue value is 73 (28.91% from 255 or 38.22% from 191); Max value from RGB is 73 - color contains mainly: blue. Hex color #393D49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393D49 is #C6C2B6. Grayscale: #3D3D3D. Windows color (decimal): -13025975 or 4799801. OLE color: 4799801.
HSL color Cylindrical-coordinate representation of color #393D49: hue angle of 225º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #393D49 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 57 | 61 | 73 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.71 |
| HSL | 225º | 0.12% | 0.25% | - |
| HSV(B) | 225º | 0.22% | 0.29% | - |
| XYZ | 4.56 | 4.69 | 6.97 | - |
| YUV | 61.17 | 134.67 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 61 | 73 | 0.22 | 0.16 | 0 | 0.71 | 225 | 0.12 | 0.25 |
| Hex | 39 | 3D | 49 | 16 | 10 | 0 | 47 | E1 | C | 19 |
| Octal | 71 | 75 | 111 | 26 | 20 | 0 | 107 | 341 | 14 | 31 |
| Binary | 111001 | 111101 | 1001001 | 10110 | 10000 | 0 | 1000111 | 11100001 | 1100 | 11001 |
Color Harmonies of #393D49
Complementary color
Monochromatic Colors of #393D49
Black with #393D49
Text Example
Text Example
White with #393D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393D49; }
p { color: rgb(57,61,73); }
H1.HeaderClassName
{
color: #393D49;
}
.AnyTagClassName
{
color: #393D49;
}
</style>
background-color css
<style>
a { background-color: #393D49; }
a { background-color: rgb(57,61,73); }
div.DivClassName
{
background-color: #393D49;
}
.BgClassName
{
background-color: #393D49;
}
</style>
border-color css
<style>
span { border-color: #393D49; }
span { border-color: rgb(57,61,73); }
td.TdClassName
{
border-color: #393D49;
}
.TagClassName
{
border-color: #393D49;
}
</style>