#383D47

Color #383D47 Cloud Burst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cloud Burst #383D47

Tints of Cloud Burst #383D47

Color information

#383D47 (or 0x383D47) is unknown color: approx 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

RGB566171-
CMYK0.210.1400.72
HSL220º11.81%24.9%-
HSV(B)220º21.13%27.84%-
XYZ4.444.636.62-
YUV60.64133.84124.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 29.79%
GREEN value IS 61 (24.22% from 255) = 32.45%
BLUE value IS 71 (28.12% from 255) = 37.77%
R=29.79%
G=32.45%
B=37.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5661710.210.1400.7222011.8124.9
Hex383D4715E048dcc19
Octal7075107251601103341431
Binary11100011110110001111010111100100100011011100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>