#392447

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

Shades of Jagger #392447

Tints of Jagger #392447

Color information

#392447 (or 0x392447) is unknown color: approx Jagger. HEX triplet: 39, 24 and 47. RGB value is (57,36,71). Sum of RGB (Red+Green+Blue) = 57+36+71=164 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.76% from 164); Green value is 36 (14.45% from 255 or 21.95% from 164); Blue value is 71 (28.12% from 255 or 43.29% from 164); Max value from RGB is 71 - color contains mainly: blue. Hex color #392447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392447 is #C6DBB8. Grayscale: #2E2E2E. Windows color (decimal): -13032377 or 4662329. OLE color: 4662329.

HSL color Cylindrical-coordinate representation of color #392447: hue angle of 276º degrees, saturation: 0.33, 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 #392447 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB573671-
CMYK0.200.4900.72
HSL276º32.71%20.98%-
HSV(B)276º49.3%27.84%-
XYZ3.462.596.28-
YUV46.27141.96135.65-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.76%
GREEN value IS 36 (14.45% from 255) = 21.95%
BLUE value IS 71 (28.12% from 255) = 43.29%
R=34.76%
G=21.95%
B=43.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5736710.200.4900.7227632.7120.98
Hex39244714310481142115
Octal7144107246101104244125
Binary1110011001001000111101001100010100100010001010010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392447; }

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

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

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

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

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

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

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

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