#392344

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

Shades of Jagger #392344

Tints of Jagger #392344

Color information

#392344 (or 0x392344) is unknown color: approx Jagger. HEX triplet: 39, 23 and 44. RGB value is (57,35,68). Sum of RGB (Red+Green+Blue) = 57+35+68=160 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.62% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 68 (26.95% from 255 or 42.5% from 160); Max value from RGB is 68 - color contains mainly: blue. Hex color #392344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392344 is #C6DCBB. Grayscale: #2D2D2D. Windows color (decimal): -13032636 or 4465465. OLE color: 4465465.

HSL color Cylindrical-coordinate representation of color #392344: hue angle of 280º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #392344 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB573568-
CMYK0.160.4900.73
HSL280º32.04%20.2%-
HSV(B)280º48.53%26.67%-
XYZ3.332.495.77-
YUV45.34140.79136.32-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.62%
GREEN value IS 35 (14.06% from 255) = 21.88%
BLUE value IS 68 (26.95% from 255) = 42.5%
R=35.62%
G=21.88%
B=42.5%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5735680.160.4900.7328032.0420.2
Hex39234410310491182014
Octal7143104206101114304024
Binary1110011000111000100100001100010100100110001100010000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392344; }

 p { color: rgb(57,35,68); }

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

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

 a { background-color: rgb(57,35,68); }

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

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

 span { border-color: rgb(57,35,68); }

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