#392548

Color #392548 Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #392548

Tints of Jagger #392548

Color information

#392548 (or 0x392548) is unknown color: approx 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

RGB573772-
CMYK0.210.4900.72
HSL274.29º32.11%21.37%-
HSV(B)274.29º48.61%28.24%-
XYZ3.522.666.46-
YUV46.97142.13135.15-

RGB Variations

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

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 (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5737720.210.4900.72274.2932.1121.37
Hex39254815310481122015
Octal7145110256101104224025
Binary1110011001011001000101011100010100100010001001010000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>