#3A2A48

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

Shades of Jagger #3A2A48

Tints of Jagger #3A2A48

Color information

#3A2A48 (or 0x3A2A48) is unknown color: approx Jagger. HEX triplet: 3A, 2A and 48. RGB value is (58,42,72). Sum of RGB (Red+Green+Blue) = 58+42+72=172 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.72% from 172); Green value is 42 (16.80% from 255 or 24.42% from 172); Blue value is 72 (28.52% from 255 or 41.86% from 172); Max value from RGB is 72 - color contains mainly: blue. Hex color #3A2A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2A48 is #C5D5B7. Grayscale: #323232. Windows color (decimal): -12965304 or 4729402. OLE color: 4729402.

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

Color convert

RGB584272-
CMYK0.190.4200.72
HSL272º26.32%22.35%-
HSV(B)272º41.67%28.24%-
XYZ3.743.026.52-
YUV50.2140.3133.56-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.72%
GREEN value IS 42 (16.80% from 255) = 24.42%
BLUE value IS 72 (28.52% from 255) = 41.86%
R=33.72%
G=24.42%
B=41.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5842720.190.4200.7227226.3222.35
Hex3A2A48132A0481101a16
Octal7252110235201104203226
Binary111010101010100100010011101010010010001000100001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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