#392747

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

Shades of Jagger #392747

Tints of Jagger #392747

Color information

#392747 (or 0x392747) is unknown color: approx Jagger. HEX triplet: 39, 27 and 47. RGB value is (57,39,71). Sum of RGB (Red+Green+Blue) = 57+39+71=167 (22% of max value = 765). Red value is 57 (22.66% from 255 or 34.13% from 167); Green value is 39 (15.62% from 255 or 23.35% from 167); Blue value is 71 (28.12% from 255 or 42.51% from 167); Max value from RGB is 71 - color contains mainly: blue. Hex color #392747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392747 is #C6D8B8. Grayscale: #2F2F2F. Windows color (decimal): -13031609 or 4663097. OLE color: 4663097.

HSL color Cylindrical-coordinate representation of color #392747: hue angle of 273.75º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #392747 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB573971-
CMYK0.200.4500.72
HSL273.75º29.09%21.57%-
HSV(B)273.75º45.07%27.84%-
XYZ3.552.786.31-
YUV48.03140.96134.4-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.13%
GREEN value IS 39 (15.62% from 255) = 23.35%
BLUE value IS 71 (28.12% from 255) = 42.51%
R=34.13%
G=23.35%
B=42.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5739710.200.4500.72273.7529.0921.57
Hex392747142D0481121d16
Octal7147107245501104223526
Binary111001100111100011110100101101010010001000100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392747; }

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

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

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

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

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

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

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

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