#393241

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

Shades of Jagger #393241

Tints of Jagger #393241

Color information

#393241 (or 0x393241) is unknown color: approx Jagger. HEX triplet: 39, 32 and 41. RGB value is (57,50,65). Sum of RGB (Red+Green+Blue) = 57+50+65=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 65 (25.78% from 255 or 37.79% from 172); Max value from RGB is 65 - color contains mainly: blue. Hex color #393241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393241 is #C6CDBE. Grayscale: #353535. Windows color (decimal): -13028799 or 4272697. OLE color: 4272697.

HSL color Cylindrical-coordinate representation of color #393241: hue angle of 268º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #393241 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB575065-
CMYK0.120.2300.75
HSL268º13.04%22.55%-
HSV(B)268º23.08%25.49%-
XYZ3.783.535.48-
YUV53.8134.32130.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.14%
GREEN value IS 50 (19.92% from 255) = 29.07%
BLUE value IS 65 (25.78% from 255) = 37.79%
R=33.14%
G=29.07%
B=37.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5750650.120.2300.7526813.0422.55
Hex393241C1704B10cd17
Octal7162101142701134141527
Binary111001110010100000111001011101001011100001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393241; }

 p { color: rgb(57,50,65); }

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

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

 a { background-color: rgb(57,50,65); }

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

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

 span { border-color: rgb(57,50,65); }

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