#3A0347

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

Shades of Blackcurrant #3A0347

Tints of Blackcurrant #3A0347

Color information

#3A0347 (or 0x3A0347) is unknown color: approx Blackcurrant. HEX triplet: 3A, 03 and 47. RGB value is (58,3,71). Sum of RGB (Red+Green+Blue) = 58+3+71=132 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.94% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 71 (28.12% from 255 or 53.79% from 132); Max value from RGB is 71 - color contains mainly: blue. Hex color #3A0347 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0347 is #C5FCB8. Grayscale: #1A1A1A. Windows color (decimal): -12975289 or 4653882. OLE color: 4653882.

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

Color convert

RGB58371-
CMYK0.180.9600.72
HSL288.53º91.89%14.51%-
HSV(B)288.53º95.77%27.84%-
XYZ2.911.426.08-
YUV27.2152.72149.97-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 43.94%
GREEN value IS 3 (1.56% from 255) = 2.27%
BLUE value IS 71 (28.12% from 255) = 53.79%
R=43.94%
G=2.27%
B=53.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal583710.180.9600.72288.5391.8914.51
Hex3A34712600481215cf
Octal72310722140011044113417
Binary1110101110001111001011000000100100010010000110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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