#392448

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

Shades of Jagger #392448

Tints of Jagger #392448

Color information

#392448 (or 0x392448) is unknown color: approx Jagger. HEX triplet: 39, 24 and 48. RGB value is (57,36,72). Sum of RGB (Red+Green+Blue) = 57+36+72=165 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.55% from 165); Green value is 36 (14.45% from 255 or 21.82% from 165); Blue value is 72 (28.52% from 255 or 43.64% from 165); Max value from RGB is 72 - color contains mainly: blue. Hex color #392448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392448 is #C6DBB7. Grayscale: #2E2E2E. Windows color (decimal): -13032376 or 4727865. OLE color: 4727865.

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

Color convert

RGB573672-
CMYK0.210.500.72
HSL275º33.33%21.18%-
HSV(B)275º50%28.24%-
XYZ3.492.66.45-
YUV46.38142.46135.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.55%
GREEN value IS 36 (14.45% from 255) = 21.82%
BLUE value IS 72 (28.52% from 255) = 43.64%
R=34.55%
G=21.82%
B=43.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5736720.210.500.7227533.3321.18
Hex39244815320481132115
Octal7144110256201104234125
Binary1110011001001001000101011100100100100010001001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392448; }

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

 H1.HeaderClassName
 {
   color: #392448;
 }
 .AnyTagClassName
 {
   color: #392448;
 }
</style>
background-color css

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

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

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

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

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

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