#392249

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

Shades of Jagger #392249

Tints of Jagger #392249

Color information

#392249 (or 0x392249) is unknown color: approx Jagger. HEX triplet: 39, 22 and 49. RGB value is (57,34,73). Sum of RGB (Red+Green+Blue) = 57+34+73=164 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.76% from 164); Green value is 34 (13.67% from 255 or 20.73% from 164); Blue value is 73 (28.91% from 255 or 44.51% from 164); Max value from RGB is 73 - color contains mainly: blue. Hex color #392249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392249 is #C6DDB6. Grayscale: #2D2D2D. Windows color (decimal): -13032887 or 4792889. OLE color: 4792889.

HSL color Cylindrical-coordinate representation of color #392249: hue angle of 275.38º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #392249 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB573473-
CMYK0.220.5300.71
HSL275.38º36.45%20.98%-
HSV(B)275.38º53.42%28.63%-
XYZ3.462.496.6-
YUV45.32143.62136.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.76%
GREEN value IS 34 (13.67% from 255) = 20.73%
BLUE value IS 73 (28.91% from 255) = 44.51%
R=34.76%
G=20.73%
B=44.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5734730.220.5300.71275.3836.4520.98
Hex39224916350471132415
Octal7142111266501074234425
Binary1110011000101001001101101101010100011110001001110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392249; }

 p { color: rgb(57,34,73); }

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

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

 a { background-color: rgb(57,34,73); }

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

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

 span { border-color: rgb(57,34,73); }

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