Shades of Cloud Burst #383D47
Tints of Cloud Burst #383D47
RGB
CMYK
RGB Variations
Color information
#383D47 (or 0x383D47) is known color: Cloud Burst. HEX triplet: 38, 3D and 47. RGB value is (56,61,71). Sum of RGB (Red+Green+Blue) = 56+61+71=188 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.79% from 188); Green value is 61 (24.22% from 255 or 32.45% from 188); Blue value is 71 (28.12% from 255 or 37.77% from 188); Max value from RGB is 71 - color contains mainly: blue. Hex color #383D47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383D47 is #C7C2B8. Grayscale: #3C3C3C. Windows color (decimal): -13091513 or 4668728. OLE color: 4668728.
HSL color Cylindrical-coordinate representation of color #383D47: hue angle of 220º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #383D47 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 56 | 61 | 71 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.72 |
| HSL | 220º | 0.12% | 0.25% | - |
| HSV(B) | 220º | 0.21% | 0.28% | - |
| XYZ | 4.44 | 4.63 | 6.62 | - |
| YUV | 60.65 | 133.84 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 61 | 71 | 0.21 | 0.14 | 0 | 0.72 | 220 | 0.12 | 0.25 |
| Hex | 38 | 3D | 47 | 15 | E | 0 | 48 | DC | C | 19 |
| Octal | 70 | 75 | 107 | 25 | 16 | 0 | 110 | 334 | 14 | 31 |
| Binary | 111000 | 111101 | 1000111 | 10101 | 1110 | 0 | 1001000 | 11011100 | 1100 | 11001 |
Color Harmonies of #383D47
Complementary color
Monochromatic Colors of #383D47
Black with #383D47
Text Example
Text Example
White with #383D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383D47; }
p { color: rgb(56,61,71); }
H1.HeaderClassName
{
color: #383D47;
}
.AnyTagClassName
{
color: #383D47;
}
</style>
background-color css
<style>
a { background-color: #383D47; }
a { background-color: rgb(56,61,71); }
div.DivClassName
{
background-color: #383D47;
}
.BgClassName
{
background-color: #383D47;
}
</style>
border-color css
<style>
span { border-color: #383D47; }
span { border-color: rgb(56,61,71); }
td.TdClassName
{
border-color: #383D47;
}
.TagClassName
{
border-color: #383D47;
}
</style>