#3B1950

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

Shades of Jagger #3B1950

Tints of Jagger #3B1950

Color information

#3B1950 (or 0x3B1950) is unknown color: approx Jagger. HEX triplet: 3B, 19 and 50. RGB value is (59,25,80). Sum of RGB (Red+Green+Blue) = 59+25+80=164 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.98% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 80 (31.64% from 255 or 48.78% from 164); Max value from RGB is 80 - color contains mainly: blue. Hex color #3B1950 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1950 is #C4E6AF. Grayscale: #292929. Windows color (decimal): -12904112 or 5249339. OLE color: 5249339.

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

Color convert

RGB592580-
CMYK0.260.6900.69
HSL277.09º52.38%20.59%-
HSV(B)277.09º68.75%31.37%-
XYZ3.62.27.83-
YUV41.44149.76140.53-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.98%
GREEN value IS 25 (10.16% from 255) = 15.24%
BLUE value IS 80 (31.64% from 255) = 48.78%
R=35.98%
G=15.24%
B=48.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5925800.260.6900.69277.0952.3820.59
Hex3B19501A450451153415
Octal73311203210501054256425
Binary1110111100110100001101010001010100010110001010111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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