#392E3D

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

Shades of Jagger #392E3D

Tints of Jagger #392E3D

Color information

#392E3D (or 0x392E3D) is unknown color: approx Jagger. HEX triplet: 39, 2E and 3D. RGB value is (57,46,61). Sum of RGB (Red+Green+Blue) = 57+46+61=164 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.76% from 164); Green value is 46 (18.36% from 255 or 28.05% from 164); Blue value is 61 (24.22% from 255 or 37.20% from 164); Max value from RGB is 61 - color contains mainly: blue. Hex color #392E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392E3D is #C6D1C2. Grayscale: #323232. Windows color (decimal): -13029827 or 4009529. OLE color: 4009529.

HSL color Cylindrical-coordinate representation of color #392E3D: hue angle of 284º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #392E3D is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB574661-
CMYK0.070.2500.76
HSL284º14.02%20.98%-
HSV(B)284º24.59%23.92%-
XYZ3.513.164.84-
YUV51133.64132.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.76%
GREEN value IS 46 (18.36% from 255) = 28.05%
BLUE value IS 61 (24.22% from 255) = 37.20%
R=34.76%
G=28.05%
B=37.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5746610.070.2500.7628414.0220.98
Hex392E3D71904C11ce15
Octal71567573101144341625
Binary1110011011101111011111100101001100100011100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,46,61); }

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

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

 a { background-color: rgb(57,46,61); }

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

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

 span { border-color: rgb(57,46,61); }

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