#3A2B47

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

Shades of Jagger #3A2B47

Tints of Jagger #3A2B47

Color information

#3A2B47 (or 0x3A2B47) is unknown color: approx Jagger. HEX triplet: 3A, 2B and 47. RGB value is (58,43,71). Sum of RGB (Red+Green+Blue) = 58+43+71=172 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.72% from 172); Green value is 43 (17.19% from 255 or 25% from 172); Blue value is 71 (28.12% from 255 or 41.28% from 172); Max value from RGB is 71 - color contains mainly: blue. Hex color #3A2B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2B47 is #C5D4B8. Grayscale: #323232. Windows color (decimal): -12965049 or 4664122. OLE color: 4664122.

HSL color Cylindrical-coordinate representation of color #3A2B47: hue angle of 272.14º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3A2B47 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB584371-
CMYK0.180.3900.72
HSL272.14º24.56%22.35%-
HSV(B)272.14º39.44%27.84%-
XYZ3.753.086.36-
YUV50.68139.47133.22-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.72%
GREEN value IS 43 (17.19% from 255) = 25%
BLUE value IS 71 (28.12% from 255) = 41.28%
R=33.72%
G=25%
B=41.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5843710.180.3900.72272.1424.5622.35
Hex3A2B4712270481101916
Octal7253107224701104203126
Binary111010101011100011110010100111010010001000100001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,43,71); }

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

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

 a { background-color: rgb(58,43,71); }

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

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

 span { border-color: rgb(58,43,71); }

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