Html Css Color HEX #392548 Jagger

📋 copy color: '#392548'

red 57 ◦ green 37 ◦ blue 72

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

Shades of Jagger #392548

Tints of Jagger #392548

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.29%

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

R = 34.34%
G = 22.29%
B = 43.37%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#392548 (or 0x392548) is known color: Jagger. HEX triplet: 39, 25 and 48. RGB value is (57,37,72). Sum of RGB (Red+Green+Blue) = 57+37+72=166 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.34% from 166); Green value is 37 (14.84% from 255 or 22.29% from 166); Blue value is 72 (28.52% from 255 or 43.37% from 166); Max value from RGB is 72 - color contains mainly: blue. Hex color #392548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392548 is #C6DAB7. Grayscale: #2E2E2E. Windows color (decimal): -13032120 or 4728121. OLE color: 4728121.

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

Color convert

RGB 57 37 72 -
CMYK 0.21 0.49 0 0.72
HSL 274.29º 0.32% 0.21% -
HSV(B) 274.29º 0.49% 0.28% -
XYZ 3.52 2.66 6.46 -
YUV 46.97 142.13 135.15 -
System Red Green Blue C M Y K H S L
Decimal 57 37 72 0.21 0.49 0 0.72 274.29 0.32 0.21
Hex 39 25 48 15 31 0 48 112 20 15
Octal 71 45 110 25 61 0 110 422 40 25
Binary 111001 100101 1001000 10101 110001 0 1001000 100010010 100000 10101

Color Harmonies of #392548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392548

Black with #392548

Text Example


Text Example

White with #392548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392548; }

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

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

background-color css

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

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

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

border-color css

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

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

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