#3B1E4C

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

Shades of Jagger #3B1E4C

Tints of Jagger #3B1E4C

Color information

#3B1E4C (or 0x3B1E4C) is unknown color: approx Jagger. HEX triplet: 3B, 1E and 4C. RGB value is (59,30,76). Sum of RGB (Red+Green+Blue) = 59+30+76=165 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.76% from 165); Green value is 30 (12.11% from 255 or 18.18% from 165); Blue value is 76 (30.08% from 255 or 46.06% from 165); Max value from RGB is 76 - color contains mainly: blue. Hex color #3B1E4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1E4C is #C4E1B3. Grayscale: #2B2B2B. Windows color (decimal): -12902836 or 4988475. OLE color: 4988475.

HSL color Cylindrical-coordinate representation of color #3B1E4C: hue angle of 277.83º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B1E4C is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB593076-
CMYK0.220.6100.70
HSL277.83º43.4%20.78%-
HSV(B)277.83º60.53%29.8%-
XYZ3.572.387.11-
YUV43.92146.11138.76-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.76%
GREEN value IS 30 (12.11% from 255) = 18.18%
BLUE value IS 76 (30.08% from 255) = 46.06%
R=35.76%
G=18.18%
B=46.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5930760.220.6100.70277.8343.420.78
Hex3B1E4C163D0461162b15
Octal7336114267501064265325
Binary111011111101001100101101111010100011010001011010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,30,76); }

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

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

 a { background-color: rgb(59,30,76); }

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

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

 span { border-color: rgb(59,30,76); }

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