#392348

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

Shades of Jagger #392348

Tints of Jagger #392348

Color information

#392348 (or 0x392348) is unknown color: approx Jagger. HEX triplet: 39, 23 and 48. RGB value is (57,35,72). Sum of RGB (Red+Green+Blue) = 57+35+72=164 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.76% from 164); Green value is 35 (14.06% from 255 or 21.34% from 164); Blue value is 72 (28.52% from 255 or 43.90% from 164); Max value from RGB is 72 - color contains mainly: blue. Hex color #392348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392348 is #C6DCB7. Grayscale: #2D2D2D. Windows color (decimal): -13032632 or 4727609. OLE color: 4727609.

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

Color convert

RGB573572-
CMYK0.210.5100.72
HSL275.68º34.58%20.98%-
HSV(B)275.68º51.39%28.24%-
XYZ3.462.546.44-
YUV45.8142.79135.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.76%
GREEN value IS 35 (14.06% from 255) = 21.34%
BLUE value IS 72 (28.52% from 255) = 43.90%
R=34.76%
G=21.34%
B=43.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5735720.210.5100.72275.6834.5820.98
Hex39234815330481142315
Octal7143110256301104244325
Binary1110011000111001000101011100110100100010001010010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392348; }

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

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

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

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

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

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

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

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