#3A2848

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

Shades of Jagger #3A2848

Tints of Jagger #3A2848

Color information

#3A2848 (or 0x3A2848) is unknown color: approx Jagger. HEX triplet: 3A, 28 and 48. RGB value is (58,40,72). Sum of RGB (Red+Green+Blue) = 58+40+72=170 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.12% from 170); Green value is 40 (16.02% from 255 or 23.53% from 170); Blue value is 72 (28.52% from 255 or 42.35% from 170); Max value from RGB is 72 - color contains mainly: blue. Hex color #3A2848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2848 is #C5D7B7. Grayscale: #303030. Windows color (decimal): -12965816 or 4728890. OLE color: 4728890.

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

Color convert

RGB584072-
CMYK0.190.4400.72
HSL273.75º28.57%21.96%-
HSV(B)273.75º44.44%28.24%-
XYZ3.672.896.49-
YUV49.03140.96134.4-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 34.12%
GREEN value IS 40 (16.02% from 255) = 23.53%
BLUE value IS 72 (28.52% from 255) = 42.35%
R=34.12%
G=23.53%
B=42.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5840720.190.4400.72273.7528.5721.96
Hex3A2848132C0481121d16
Octal7250110235401104223526
Binary111010101000100100010011101100010010001000100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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