#3A1451

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

Shades of Blackcurrant #3A1451

Tints of Blackcurrant #3A1451

Color information

#3A1451 (or 0x3A1451) is unknown color: approx Blackcurrant. HEX triplet: 3A, 14 and 51. RGB value is (58,20,81). Sum of RGB (Red+Green+Blue) = 58+20+81=159 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.48% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 81 (32.03% from 255 or 50.94% from 159); Max value from RGB is 81 - color contains mainly: blue. Hex color #3A1451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1451 is #C5EBAE. Grayscale: #262626. Windows color (decimal): -12970927 or 5313594. OLE color: 5313594.

HSL color Cylindrical-coordinate representation of color #3A1451: hue angle of 277.38º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A1451 is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB582081-
CMYK0.280.7500.68
HSL277.38º60.4%19.8%-
HSV(B)277.38º75.31%31.76%-
XYZ3.481.997.99-
YUV38.32152.09142.04-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 36.48%
GREEN value IS 20 (8.20% from 255) = 12.58%
BLUE value IS 81 (32.03% from 255) = 50.94%
R=36.48%
G=12.58%
B=50.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5820810.280.7500.68277.3860.419.8
Hex3A14511C4B0441153c14
Octal72241213411301044257424
Binary1110101010010100011110010010110100010010001010111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,20,81); }

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

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

 a { background-color: rgb(58,20,81); }

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

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

 span { border-color: rgb(58,20,81); }

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