#393F49

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

Shades of Cloud Burst #393F49

Tints of Cloud Burst #393F49

Color information

#393F49 (or 0x393F49) is unknown color: approx Cloud Burst. HEX triplet: 39, 3F and 49. RGB value is (57,63,73). Sum of RGB (Red+Green+Blue) = 57+63+73=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 73 - color contains mainly: blue. Hex color #393F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393F49 is #C6C0B6. Grayscale: #3E3E3E. Windows color (decimal): -13025463 or 4800313. OLE color: 4800313.

HSL color Cylindrical-coordinate representation of color #393F49: hue angle of 217.5º 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 #393F49 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB576373-
CMYK0.220.1400.71
HSL217.5º12.31%25.49%-
HSV(B)217.5º21.92%28.63%-
XYZ4.674.917-
YUV62.35134.01124.19-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.53%
GREEN value IS 63 (25% from 255) = 32.64%
BLUE value IS 73 (28.91% from 255) = 37.82%
R=29.53%
G=32.64%
B=37.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5763730.220.1400.71217.512.3125.49
Hex393F4916E047dac19
Octal7177111261601073321431
Binary11100111111110010011011011100100011111011010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393F49; }

 p { color: rgb(57,63,73); }

 H1.HeaderClassName
 {
   color: #393F49;
 }
 .AnyTagClassName
 {
   color: #393F49;
 }
</style>
background-color css

<style>
 a { background-color: #393F49; }

 a { background-color: rgb(57,63,73); }

 div.DivClassName
 {
   background-color: #393F49;
 }
 .BgClassName
 {
   background-color: #393F49;
 }
</style>
border-color css

<style>
 span { border-color: #393F49; }

 span { border-color: rgb(57,63,73); }

 td.TdClassName
 {
   border-color: #393F49;
 }
 .TagClassName
 {
   border-color: #393F49;
 }
</style>