Html Css Color HEX #392D48 Jagger

📋 copy color: '#392D48'

red 57 ◦ green 45 ◦ blue 72

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

Shades of Jagger #392D48

Tints of Jagger #392D48

RGB

 RED value IS 57 (22.66% from 255) = 32.76%

 GREEN value IS 45 (17.97% from 255) = 25.86%

 BLUE value IS 72 (28.52% from 255) = 41.38%

R = 32.76%
G = 25.86%
B = 41.38%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#392D48 (or 0x392D48) is known color: Jagger. HEX triplet: 39, 2D and 48. RGB value is (57,45,72). Sum of RGB (Red+Green+Blue) = 57+45+72=174 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.76% from 174); Green value is 45 (17.97% from 255 or 25.86% from 174); Blue value is 72 (28.52% from 255 or 41.38% from 174); Max value from RGB is 72 - color contains mainly: blue. Hex color #392D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392D48 is #C6D2B7. Grayscale: #333333. Windows color (decimal): -13030072 or 4730169. OLE color: 4730169.

HSL color Cylindrical-coordinate representation of color #392D48: hue angle of 266.67º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #392D48 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 57 45 72 -
CMYK 0.21 0.38 0 0.72
HSL 266.67º 0.23% 0.23% -
HSV(B) 266.67º 0.38% 0.28% -
XYZ 3.8 3.21 6.55 -
YUV 51.67 139.48 131.8 -
System Red Green Blue C M Y K H S L
Decimal 57 45 72 0.21 0.38 0 0.72 266.67 0.23 0.23
Hex 39 2D 48 15 26 0 48 10B 17 17
Octal 71 55 110 25 46 0 110 413 27 27
Binary 111001 101101 1001000 10101 100110 0 1001000 100001011 10111 10111

Color Harmonies of #392D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392D48

Black with #392D48

Text Example


Text Example

White with #392D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #392D48;
 }
 .AnyTagClassName
 {
   color: #392D48;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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