#392646

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

Shades of Jagger #392646

Tints of Jagger #392646

Color information

#392646 (or 0x392646) is unknown color: approx Jagger. HEX triplet: 39, 26 and 46. RGB value is (57,38,70). Sum of RGB (Red+Green+Blue) = 57+38+70=165 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.55% from 165); Green value is 38 (15.23% from 255 or 23.03% from 165); Blue value is 70 (27.73% from 255 or 42.42% from 165); Max value from RGB is 70 - color contains mainly: blue. Hex color #392646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392646 is #C6D9B9. Grayscale: #2F2F2F. Windows color (decimal): -13031866 or 4597305. OLE color: 4597305.

HSL color Cylindrical-coordinate representation of color #392646: hue angle of 275.62º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #392646 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB573870-
CMYK0.190.4600.73
HSL275.62º29.63%21.18%-
HSV(B)275.62º45.71%27.45%-
XYZ3.492.76.13-
YUV47.33140.79134.9-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.55%
GREEN value IS 38 (15.23% from 255) = 23.03%
BLUE value IS 70 (27.73% from 255) = 42.42%
R=34.55%
G=23.03%
B=42.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5738700.190.4600.73275.6229.6321.18
Hex392646132E0491141e15
Octal7146106235601114243625
Binary111001100110100011010011101110010010011000101001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392646; }

 p { color: rgb(57,38,70); }

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

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

 a { background-color: rgb(57,38,70); }

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

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

 span { border-color: rgb(57,38,70); }

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