#393F48

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

Shades of Cloud Burst #393F48

Tints of Cloud Burst #393F48

Color information

#393F48 (or 0x393F48) is unknown color: approx Cloud Burst. HEX triplet: 39, 3F and 48. RGB value is (57,63,72). Sum of RGB (Red+Green+Blue) = 57+63+72=192 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.69% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 72 (28.52% from 255 or 37.5% from 192); Max value from RGB is 72 - color contains mainly: blue. Hex color #393F48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393F48 is #C6C0B7. Grayscale: #3E3E3E. Windows color (decimal): -13025464 or 4734777. OLE color: 4734777.

HSL color Cylindrical-coordinate representation of color #393F48: hue angle of 216º 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 #393F48 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB576372-
CMYK0.210.1200.72
HSL216º11.63%25.29%-
HSV(B)216º20.83%28.24%-
XYZ4.634.896.83-
YUV62.23133.51124.27-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.69%
GREEN value IS 63 (25% from 255) = 32.81%
BLUE value IS 72 (28.52% from 255) = 37.5%
R=29.69%
G=32.81%
B=37.5%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5763720.210.1200.7221611.6325.29
Hex393F4815C048d8c19
Octal7177110251401103301431
Binary11100111111110010001010111000100100011011000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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