#3B1D50

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

Shades of Jagger #3B1D50

Tints of Jagger #3B1D50

Color information

#3B1D50 (or 0x3B1D50) is unknown color: approx Jagger. HEX triplet: 3B, 1D and 50. RGB value is (59,29,80). Sum of RGB (Red+Green+Blue) = 59+29+80=168 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.12% from 168); Green value is 29 (11.72% from 255 or 17.26% from 168); Blue value is 80 (31.64% from 255 or 47.62% from 168); Max value from RGB is 80 - color contains mainly: blue. Hex color #3B1D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B1D50 is #C4E2AF. Grayscale: #2B2B2B. Windows color (decimal): -12903088 or 5250363. OLE color: 5250363.

HSL color Cylindrical-coordinate representation of color #3B1D50: hue angle of 275.29º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3B1D50 is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB592980-
CMYK0.260.6400.69
HSL275.29º46.79%21.37%-
HSV(B)275.29º63.75%31.37%-
XYZ3.692.397.86-
YUV43.78148.44138.85-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.12%
GREEN value IS 29 (11.72% from 255) = 17.26%
BLUE value IS 80 (31.64% from 255) = 47.62%
R=35.12%
G=17.26%
B=47.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5929800.260.6400.69275.2946.7921.37
Hex3B1D501A400451132f15
Octal73351203210001054235725
Binary1110111110110100001101010000000100010110001001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,29,80); }

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

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

 a { background-color: rgb(59,29,80); }

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

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

 span { border-color: rgb(59,29,80); }

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