Html Css Color HEX #393F49 Cloud Burst

📋 copy color: '#393F49'

red 57 ◦ green 63 ◦ blue 73

#393F49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cloud Burst #393F49

Tints of Cloud Burst #393F49

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 value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#393F49 (or 0x393F49) is known color: 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

RGB 57 63 73 -
CMYK 0.22 0.14 0 0.71
HSL 217.5º 0.12% 0.25% -
HSV(B) 217.5º 0.22% 0.29% -
XYZ 4.67 4.91 7 -
YUV 62.35 134.01 124.19 -
System Red Green Blue C M Y K H S L
Decimal 57 63 73 0.22 0.14 0 0.71 217.5 0.12 0.25
Hex 39 3F 49 16 E 0 47 DA C 19
Octal 71 77 111 26 16 0 107 332 14 31
Binary 111001 111111 1001001 10110 1110 0 1000111 11011010 1100 11001

Color Harmonies of #393F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393F49

Black with #393F49

Text Example


Text Example

White with #393F49

Text Example


Text Example

HTML Codes & Css Web 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>