#3A3240

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

Shades of Jagger #3A3240

Tints of Jagger #3A3240

Color information

#3A3240 (or 0x3A3240) is unknown color: approx Jagger. HEX triplet: 3A, 32 and 40. RGB value is (58,50,64). Sum of RGB (Red+Green+Blue) = 58+50+64=172 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.72% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 64 - color contains mainly: blue. Hex color #3A3240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3240 is #C5CDBF. Grayscale: #353535. Windows color (decimal): -12963264 or 4207162. OLE color: 4207162.

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

Color convert

RGB585064-
CMYK0.090.2200.75
HSL274.29º12.28%22.35%-
HSV(B)274.29º21.88%25.1%-
XYZ3.813.555.34-
YUV53.99133.65130.86-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.72%
GREEN value IS 50 (19.92% from 255) = 29.07%
BLUE value IS 64 (25.39% from 255) = 37.21%
R=33.72%
G=29.07%
B=37.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5850640.090.2200.75274.2912.2822.35
Hex3A324091604B112c16
Octal7262100112601134221426
Binary111010110010100000010011011001001011100010010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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