#393D48

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

Shades of Cloud Burst #393D48

Tints of Cloud Burst #393D48

Color information

#393D48 (or 0x393D48) is unknown color: approx Cloud Burst. HEX triplet: 39, 3D and 48. RGB value is (57,61,72). Sum of RGB (Red+Green+Blue) = 57+61+72=190 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30% from 190); Green value is 61 (24.22% from 255 or 32.11% from 190); Blue value is 72 (28.52% from 255 or 37.89% from 190); Max value from RGB is 72 - color contains mainly: blue. Hex color #393D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393D48 is #C6C2B7. Grayscale: #3D3D3D. Windows color (decimal): -13025976 or 4734265. OLE color: 4734265.

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

Color convert

RGB576172-
CMYK0.210.1500.72
HSL224º11.63%25.29%-
HSV(B)224º20.83%28.24%-
XYZ4.534.686.79-
YUV61.06134.17125.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30%
GREEN value IS 61 (24.22% from 255) = 32.11%
BLUE value IS 72 (28.52% from 255) = 37.89%
R=30%
G=32.11%
B=37.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5761720.210.1500.7222411.6325.29
Hex393D4815F048e0c19
Octal7175110251701103401431
Binary11100111110110010001010111110100100011100000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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