#392843

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

Shades of Jagger #392843

Tints of Jagger #392843

Color information

#392843 (or 0x392843) is unknown color: approx Jagger. HEX triplet: 39, 28 and 43. RGB value is (57,40,67). Sum of RGB (Red+Green+Blue) = 57+40+67=164 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.76% from 164); Green value is 40 (16.02% from 255 or 24.39% from 164); Blue value is 67 (26.56% from 255 or 40.85% from 164); Max value from RGB is 67 - color contains mainly: blue. Hex color #392843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392843 is #C6D7BC. Grayscale: #303030. Windows color (decimal): -13031357 or 4401209. OLE color: 4401209.

HSL color Cylindrical-coordinate representation of color #392843: hue angle of 277.78º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #392843 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB574067-
CMYK0.150.4000.74
HSL277.78º25.23%20.98%-
HSV(B)277.78º40.3%26.27%-
XYZ3.462.795.67-
YUV48.16138.63134.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.76%
GREEN value IS 40 (16.02% from 255) = 24.39%
BLUE value IS 67 (26.56% from 255) = 40.85%
R=34.76%
G=24.39%
B=40.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5740670.150.4000.74277.7825.2320.98
Hex392843F2804A1161915
Octal7150103175001124263125
Binary11100110100010000111111101000010010101000101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392843; }

 p { color: rgb(57,40,67); }

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

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

 a { background-color: rgb(57,40,67); }

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

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

 span { border-color: rgb(57,40,67); }

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