#3A2C48

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

Shades of Jagger #3A2C48

Tints of Jagger #3A2C48

Color information

#3A2C48 (or 0x3A2C48) is unknown color: approx Jagger. HEX triplet: 3A, 2C and 48. RGB value is (58,44,72). Sum of RGB (Red+Green+Blue) = 58+44+72=174 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.33% from 174); Green value is 44 (17.58% from 255 or 25.29% from 174); Blue value is 72 (28.52% from 255 or 41.38% from 174); Max value from RGB is 72 - color contains mainly: blue. Hex color #3A2C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2C48 is #C5D3B7. Grayscale: #333333. Windows color (decimal): -12964792 or 4729914. OLE color: 4729914.

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

Color convert

RGB584472-
CMYK0.190.3900.72
HSL270º24.14%22.75%-
HSV(B)270º38.89%28.24%-
XYZ3.823.176.54-
YUV51.38139.64132.72-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.33%
GREEN value IS 44 (17.58% from 255) = 25.29%
BLUE value IS 72 (28.52% from 255) = 41.38%
R=33.33%
G=25.29%
B=41.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5844720.190.3900.7227024.1422.75
Hex3A2C48132704810e1817
Octal7254110234701104163027
Binary111010101100100100010011100111010010001000011101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,44,72); }

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

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

 a { background-color: rgb(58,44,72); }

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

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

 span { border-color: rgb(58,44,72); }

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