#3B3148

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

Shades of Jagger #3B3148

Tints of Jagger #3B3148

Color information

#3B3148 (or 0x3B3148) is unknown color: approx Jagger. HEX triplet: 3B, 31 and 48. RGB value is (59,49,72). Sum of RGB (Red+Green+Blue) = 59+49+72=180 (23% of max value = 765). Red value is 59 (23.44% from 255 or 32.78% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 72 (28.52% from 255 or 40% from 180); Max value from RGB is 72 - color contains mainly: blue. Hex color #3B3148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3148 is #C4CEB7. Grayscale: #363636. Windows color (decimal): -12897976 or 4731195. OLE color: 4731195.

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

Color convert

RGB594972-
CMYK0.180.3200.72
HSL266.09º19.01%23.73%-
HSV(B)266.09º31.94%28.24%-
XYZ4.073.596.61-
YUV54.61137.81131.13-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 32.78%
GREEN value IS 49 (19.53% from 255) = 27.22%
BLUE value IS 72 (28.52% from 255) = 40%
R=32.78%
G=27.22%
B=40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5949720.180.3200.72266.0919.0123.73
Hex3B3148122004810a1318
Octal7361110224001104122330
Binary111011110001100100010010100000010010001000010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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