#3A0147

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

Shades of Blackcurrant #3A0147

Tints of Blackcurrant #3A0147

Color information

#3A0147 (or 0x3A0147) is unknown color: approx Blackcurrant. HEX triplet: 3A, 01 and 47. RGB value is (58,1,71). Sum of RGB (Red+Green+Blue) = 58+1+71=130 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.62% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 71 (28.12% from 255 or 54.62% from 130); Max value from RGB is 71 - color contains mainly: blue. Hex color #3A0147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0147 is #C5FEB8. Grayscale: #191919. Windows color (decimal): -12975801 or 4653370. OLE color: 4653370.

HSL color Cylindrical-coordinate representation of color #3A0147: hue angle of 288.86º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A0147 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB58171-
CMYK0.180.9900.72
HSL288.86º97.22%14.12%-
HSV(B)288.86º98.59%27.84%-
XYZ2.891.386.07-
YUV26.02153.38150.81-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 44.62%
GREEN value IS 1 (0.78% from 255) = 0.77%
BLUE value IS 71 (28.12% from 255) = 54.62%
R=44.62%
G=0.77%
B=54.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal581710.180.9900.72288.8697.2214.12
Hex3A147126304812161e
Octal72110722143011044114116
Binary111010110001111001011000110100100010010000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,1,71); }

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

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

 a { background-color: rgb(58,1,71); }

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

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

 span { border-color: rgb(58,1,71); }

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