Html Css Color HEX #393D48 Cloud Burst

📋 copy color: '#393D48'

red 57 ◦ green 61 ◦ blue 72

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

Shades of Cloud Burst #393D48

Tints of Cloud Burst #393D48

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

 M value IS 0.15

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

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

RGB 57 61 72 -
CMYK 0.21 0.15 0 0.72
HSL 224º 0.12% 0.25% -
HSV(B) 224º 0.21% 0.28% -
XYZ 4.53 4.68 6.79 -
YUV 61.06 134.17 125.11 -
System Red Green Blue C M Y K H S L
Decimal 57 61 72 0.21 0.15 0 0.72 224 0.12 0.25
Hex 39 3D 48 15 F 0 48 E0 C 19
Octal 71 75 110 25 17 0 110 340 14 31
Binary 111001 111101 1001000 10101 1111 0 1001000 11100000 1100 11001

Color Harmonies of #393D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393D48

Black with #393D48

Text Example


Text Example

White with #393D48

Text Example


Text Example

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