#3A3241

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

Shades of Jagger #3A3241

Tints of Jagger #3A3241

Color information

#3A3241 (or 0x3A3241) is unknown color: approx Jagger. HEX triplet: 3A, 32 and 41. RGB value is (58,50,65). Sum of RGB (Red+Green+Blue) = 58+50+65=173 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.53% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 65 - color contains mainly: blue. Hex color #3A3241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3241 is #C5CDBE. Grayscale: #363636. Windows color (decimal): -12963263 or 4272698. OLE color: 4272698.

HSL color Cylindrical-coordinate representation of color #3A3241: hue angle of 272º 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 #3A3241 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB585065-
CMYK0.110.2300.75
HSL272º13.04%22.55%-
HSV(B)272º23.08%25.49%-
XYZ3.843.565.49-
YUV54.1134.15130.78-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.53%
GREEN value IS 50 (19.92% from 255) = 28.90%
BLUE value IS 65 (25.78% from 255) = 37.57%
R=33.53%
G=28.90%
B=37.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5850650.110.2300.7527213.0422.55
Hex3A3241B1704B110d17
Octal7262101132701134201527
Binary111010110010100000110111011101001011100010000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A3241; }

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

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

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

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

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

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

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

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