#3A0055

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

Shades of Blackcurrant #3A0055

Tints of Blackcurrant #3A0055

Color information

#3A0055 (or 0x3A0055) is unknown color: approx Blackcurrant. HEX triplet: 3A, 00 and 55. RGB value is (58,0,85). Sum of RGB (Red+Green+Blue) = 58+0+85=143 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.56% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 85 (33.59% from 255 or 59.44% from 143); Max value from RGB is 85 - color contains mainly: blue. Hex color #3A0055 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0055 is #C5FFAA. Grayscale: #1A1A1A. Windows color (decimal): -12976043 or 5570618. OLE color: 5570618.

HSL color Cylindrical-coordinate representation of color #3A0055: hue angle of 280.94º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A0055 is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB58085-
CMYK0.32100.67
HSL280.94º100%16.67%-
HSV(B)280.94º100%33.33%-
XYZ3.381.568.72-
YUV27.03160.72150.09-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 40.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 85 (33.59% from 255) = 59.44%
R=40.56%
G=0%
B=59.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal580850.32100.67280.9410016.67
Hex3A05520640431196411
Octal72012540144010343114421
Binary11101001010101100000110010001000011100011001110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,0,85); }

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

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

 a { background-color: rgb(58,0,85); }

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

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

 span { border-color: rgb(58,0,85); }

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