#3B2548

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

Shades of Jagger #3B2548

Tints of Jagger #3B2548

Color information

#3B2548 (or 0x3B2548) is unknown color: approx Jagger. HEX triplet: 3B, 25 and 48. RGB value is (59,37,72). Sum of RGB (Red+Green+Blue) = 59+37+72=168 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.12% from 168); Green value is 37 (14.84% from 255 or 22.02% from 168); Blue value is 72 (28.52% from 255 or 42.86% from 168); Max value from RGB is 72 - color contains mainly: blue. Hex color #3B2548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2548 is #C4DAB7. Grayscale: #2F2F2F. Windows color (decimal): -12901048 or 4728123. OLE color: 4728123.

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

Color convert

RGB593772-
CMYK0.180.4900.72
HSL277.71º32.11%21.37%-
HSV(B)277.71º48.61%28.24%-
XYZ3.632.726.46-
YUV47.57141.79136.15-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.12%
GREEN value IS 37 (14.84% from 255) = 22.02%
BLUE value IS 72 (28.52% from 255) = 42.86%
R=35.12%
G=22.02%
B=42.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5937720.180.4900.72277.7132.1121.37
Hex3B254812310481162015
Octal7345110226101104264025
Binary1110111001011001000100101100010100100010001011010000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,37,72); }

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

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

 a { background-color: rgb(59,37,72); }

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

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

 span { border-color: rgb(59,37,72); }

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