Shades of Cloud Burst #383D49
Tints of Cloud Burst #383D49
RGB
CMYK
RGB Variations
Color information
#383D49 (or 0x383D49) is known color: Cloud Burst. HEX triplet: 38, 3D and 49. RGB value is (56,61,73). Sum of RGB (Red+Green+Blue) = 56+61+73=190 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.47% from 190); Green value is 61 (24.22% from 255 or 32.11% from 190); Blue value is 73 (28.91% from 255 or 38.42% from 190); Max value from RGB is 73 - color contains mainly: blue. Hex color #383D49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383D49 is #C7C2B6. Grayscale: #3C3C3C. Windows color (decimal): -13091511 or 4799800. OLE color: 4799800.
HSL color Cylindrical-coordinate representation of color #383D49: hue angle of 222.35º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #383D49 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 61 | 73 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.71 |
| HSL | 222.35º | 0.13% | 0.25% | - |
| HSV(B) | 222.35º | 0.23% | 0.29% | - |
| XYZ | 4.5 | 4.66 | 6.97 | - |
| YUV | 60.87 | 134.84 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 61 | 73 | 0.23 | 0.16 | 0 | 0.71 | 222.35 | 0.13 | 0.25 |
| Hex | 38 | 3D | 49 | 17 | 10 | 0 | 47 | DE | D | 19 |
| Octal | 70 | 75 | 111 | 27 | 20 | 0 | 107 | 336 | 15 | 31 |
| Binary | 111000 | 111101 | 1001001 | 10111 | 10000 | 0 | 1000111 | 11011110 | 1101 | 11001 |
Color Harmonies of #383D49
Complementary color
Monochromatic Colors of #383D49
Black with #383D49
Text Example
Text Example
White with #383D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383D49; }
p { color: rgb(56,61,73); }
H1.HeaderClassName
{
color: #383D49;
}
.AnyTagClassName
{
color: #383D49;
}
</style>
background-color css
<style>
a { background-color: #383D49; }
a { background-color: rgb(56,61,73); }
div.DivClassName
{
background-color: #383D49;
}
.BgClassName
{
background-color: #383D49;
}
</style>
border-color css
<style>
span { border-color: #383D49; }
span { border-color: rgb(56,61,73); }
td.TdClassName
{
border-color: #383D49;
}
.TagClassName
{
border-color: #383D49;
}
</style>