#393D49

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

Shades of Cloud Burst #393D49

Tints of Cloud Burst #393D49

Color information

#393D49 (or 0x393D49) is unknown color: approx 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

RGB576173-
CMYK0.220.1600.71
HSL225º12.31%25.49%-
HSV(B)225º21.92%28.63%-
XYZ4.564.696.97-
YUV61.17134.67125.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.84%
GREEN value IS 61 (24.22% from 255) = 31.94%
BLUE value IS 73 (28.91% from 255) = 38.22%
R=29.84%
G=31.94%
B=38.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5761730.220.1600.7122512.3125.49
Hex393D491610047e1c19
Octal7175111262001073411431
Binary111001111101100100110110100000100011111100001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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