#3A0551

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

Shades of Blackcurrant #3A0551

Tints of Blackcurrant #3A0551

Color information

#3A0551 (or 0x3A0551) is unknown color: approx Blackcurrant. HEX triplet: 3A, 05 and 51. RGB value is (58,5,81). Sum of RGB (Red+Green+Blue) = 58+5+81=144 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40.28% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 81 (32.03% from 255 or 56.25% from 144); Max value from RGB is 81 - color contains mainly: blue. Hex color #3A0551 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0551 is #C5FAAE. Grayscale: #1D1D1D. Windows color (decimal): -12974767 or 5309754. OLE color: 5309754.

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

Color convert

RGB58581-
CMYK0.280.9400.68
HSL281.84º88.37%16.86%-
HSV(B)281.84º93.83%31.76%-
XYZ3.281.67.92-
YUV29.51157.06148.32-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 40.28%
GREEN value IS 5 (2.34% from 255) = 3.47%
BLUE value IS 81 (32.03% from 255) = 56.25%
R=40.28%
G=3.47%
B=56.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal585810.280.9400.68281.8488.3716.86
Hex3A5511C5E04411a5811
Octal72512134136010443213021
Binary111010101101000111100101111001000100100011010101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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