#3A1550

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

Shades of Blackcurrant #3A1550

Tints of Blackcurrant #3A1550

Color information

#3A1550 (or 0x3A1550) is unknown color: approx Blackcurrant. HEX triplet: 3A, 15 and 50. RGB value is (58,21,80). Sum of RGB (Red+Green+Blue) = 58+21+80=159 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.48% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 80 (31.64% from 255 or 50.31% from 159); Max value from RGB is 80 - color contains mainly: blue. Hex color #3A1550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1550 is #C5EAAF. Grayscale: #262626. Windows color (decimal): -12970672 or 5248314. OLE color: 5248314.

HSL color Cylindrical-coordinate representation of color #3A1550: hue angle of 277.63º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A1550 is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB582180-
CMYK0.280.7400.69
HSL277.63º58.42%19.8%-
HSV(B)277.63º73.75%31.37%-
XYZ3.462.027.8-
YUV38.79151.26141.7-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 36.48%
GREEN value IS 21 (8.59% from 255) = 13.21%
BLUE value IS 80 (31.64% from 255) = 50.31%
R=36.48%
G=13.21%
B=50.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5821800.280.7400.69277.6358.4219.8
Hex3A15501C4A0451163a14
Octal72251203411201054267224
Binary1110101010110100001110010010100100010110001011011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,21,80); }

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

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

 a { background-color: rgb(58,21,80); }

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

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

 span { border-color: rgb(58,21,80); }

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