#392645

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

Shades of Jagger #392645

Tints of Jagger #392645

Color information

#392645 (or 0x392645) is unknown color: approx Jagger. HEX triplet: 39, 26 and 45. RGB value is (57,38,69). Sum of RGB (Red+Green+Blue) = 57+38+69=164 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.76% from 164); Green value is 38 (15.23% from 255 or 23.17% from 164); Blue value is 69 (27.34% from 255 or 42.07% from 164); Max value from RGB is 69 - color contains mainly: blue. Hex color #392645 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392645 is #C6D9BA. Grayscale: #2F2F2F. Windows color (decimal): -13031867 or 4531769. OLE color: 4531769.

HSL color Cylindrical-coordinate representation of color #392645: hue angle of 276.77º degrees, saturation: 0.29, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #392645 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB573869-
CMYK0.170.4500.73
HSL276.77º28.97%20.98%-
HSV(B)276.77º44.93%27.06%-
XYZ3.452.695.97-
YUV47.22140.29134.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 34.76%
GREEN value IS 38 (15.23% from 255) = 23.17%
BLUE value IS 69 (27.34% from 255) = 42.07%
R=34.76%
G=23.17%
B=42.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5738690.170.4500.73276.7728.9720.98
Hex392645112D0491151d15
Octal7146105215501114253525
Binary111001100110100010110001101101010010011000101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392645; }

 p { color: rgb(57,38,69); }

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

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

 a { background-color: rgb(57,38,69); }

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

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

 span { border-color: rgb(57,38,69); }

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