#392948

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

Shades of Jagger #392948

Tints of Jagger #392948

Color information

#392948 (or 0x392948) is unknown color: approx Jagger. HEX triplet: 39, 29 and 48. RGB value is (57,41,72). Sum of RGB (Red+Green+Blue) = 57+41+72=170 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.53% from 170); Green value is 41 (16.41% from 255 or 24.12% from 170); Blue value is 72 (28.52% from 255 or 42.35% from 170); Max value from RGB is 72 - color contains mainly: blue. Hex color #392948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392948 is #C6D6B7. Grayscale: #313131. Windows color (decimal): -13031096 or 4729145. OLE color: 4729145.

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

Color convert

RGB574172-
CMYK0.210.4300.72
HSL270.97º27.43%22.16%-
HSV(B)270.97º43.06%28.24%-
XYZ3.652.926.5-
YUV49.32140.8133.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.53%
GREEN value IS 41 (16.41% from 255) = 24.12%
BLUE value IS 72 (28.52% from 255) = 42.35%
R=33.53%
G=24.12%
B=42.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5741720.210.4300.72270.9727.4322.16
Hex392948152B04810f1b16
Octal7151110255301104173326
Binary111001101001100100010101101011010010001000011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392948; }

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

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

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

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

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

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

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

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