#3A0950

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

Shades of Blackcurrant #3A0950

Tints of Blackcurrant #3A0950

Color information

#3A0950 (or 0x3A0950) is unknown color: approx Blackcurrant. HEX triplet: 3A, 09 and 50. RGB value is (58,9,80). Sum of RGB (Red+Green+Blue) = 58+9+80=147 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.46% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 80 (31.64% from 255 or 54.42% from 147); Max value from RGB is 80 - color contains mainly: blue. Hex color #3A0950 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0950 is #C5F6AF. Grayscale: #1F1F1F. Windows color (decimal): -12973744 or 5245242. OLE color: 5245242.

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

Color convert

RGB58980-
CMYK0.280.8900.69
HSL281.41º79.78%17.45%-
HSV(B)281.41º88.75%31.37%-
XYZ3.291.677.74-
YUV31.74155.23146.73-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 39.46%
GREEN value IS 9 (3.91% from 255) = 6.12%
BLUE value IS 80 (31.64% from 255) = 54.42%
R=39.46%
G=6.12%
B=54.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal589800.280.8900.69281.4179.7817.45
Hex3A9501C590451195011
Octal721112034131010543112021
Binary1110101001101000011100101100101000101100011001101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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