#3A1450

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

Shades of Blackcurrant #3A1450

Tints of Blackcurrant #3A1450

Color information

#3A1450 (or 0x3A1450) is unknown color: approx Blackcurrant. HEX triplet: 3A, 14 and 50. RGB value is (58,20,80). Sum of RGB (Red+Green+Blue) = 58+20+80=158 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.71% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 80 (31.64% from 255 or 50.63% from 158); Max value from RGB is 80 - color contains mainly: blue. Hex color #3A1450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1450 is #C5EBAF. Grayscale: #262626. Windows color (decimal): -12970928 or 5248058. OLE color: 5248058.

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

Color convert

RGB582080-
CMYK0.280.7500.69
HSL278º60%19.61%-
HSV(B)278º75%31.37%-
XYZ3.441.987.79-
YUV38.2151.59142.12-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 36.71%
GREEN value IS 20 (8.20% from 255) = 12.66%
BLUE value IS 80 (31.64% from 255) = 50.63%
R=36.71%
G=12.66%
B=50.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5820800.280.7500.692786019.61
Hex3A14501C4B0451163c14
Octal72241203411301054267424
Binary1110101010010100001110010010110100010110001011011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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