#392D43

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

Shades of Jagger #392D43

Tints of Jagger #392D43

Color information

#392D43 (or 0x392D43) is unknown color: approx Jagger. HEX triplet: 39, 2D and 43. RGB value is (57,45,67). Sum of RGB (Red+Green+Blue) = 57+45+67=169 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.73% from 169); Green value is 45 (17.97% from 255 or 26.63% from 169); Blue value is 67 (26.56% from 255 or 39.64% from 169); Max value from RGB is 67 - color contains mainly: blue. Hex color #392D43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392D43 is #C6D2BC. Grayscale: #333333. Windows color (decimal): -13030077 or 4402489. OLE color: 4402489.

HSL color Cylindrical-coordinate representation of color #392D43: hue angle of 272.73º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #392D43 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB574567-
CMYK0.150.3300.74
HSL272.73º19.64%21.96%-
HSV(B)272.73º32.84%26.27%-
XYZ3.643.155.73-
YUV51.1136.98132.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.73%
GREEN value IS 45 (17.97% from 255) = 26.63%
BLUE value IS 67 (26.56% from 255) = 39.64%
R=33.73%
G=26.63%
B=39.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5745670.150.3300.74272.7319.6421.96
Hex392D43F2104A1111416
Octal7155103174101124212426
Binary11100110110110000111111100001010010101000100011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392D43; }

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

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

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

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

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

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

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

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