#3B2E48

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

Shades of Jagger #3B2E48

Tints of Jagger #3B2E48

Color information

#3B2E48 (or 0x3B2E48) is unknown color: approx Jagger. HEX triplet: 3B, 2E and 48. RGB value is (59,46,72). Sum of RGB (Red+Green+Blue) = 59+46+72=177 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.33% from 177); Green value is 46 (18.36% from 255 or 25.99% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 72 - color contains mainly: blue. Hex color #3B2E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2E48 is #C4D1B7. Grayscale: #343434. Windows color (decimal): -12898744 or 4730427. OLE color: 4730427.

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

Color convert

RGB594672-
CMYK0.180.3600.72
HSL270º22.03%23.14%-
HSV(B)270º36.11%28.24%-
XYZ3.953.356.57-
YUV52.85138.81132.39-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 33.33%
GREEN value IS 46 (18.36% from 255) = 25.99%
BLUE value IS 72 (28.52% from 255) = 40.68%
R=33.33%
G=25.99%
B=40.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5946720.180.3600.7227022.0323.14
Hex3B2E48122404810e1617
Octal7356110224401104162627
Binary111011101110100100010010100100010010001000011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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