#3A0247

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

Shades of Blackcurrant #3A0247

Tints of Blackcurrant #3A0247

Color information

#3A0247 (or 0x3A0247) is unknown color: approx Blackcurrant. HEX triplet: 3A, 02 and 47. RGB value is (58,2,71). Sum of RGB (Red+Green+Blue) = 58+2+71=131 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.27% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 71 (28.12% from 255 or 54.20% from 131); Max value from RGB is 71 - color contains mainly: blue. Hex color #3A0247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0247 is #C5FDB8. Grayscale: #1A1A1A. Windows color (decimal): -12975545 or 4653626. OLE color: 4653626.

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

Color convert

RGB58271-
CMYK0.180.9700.72
HSL288.7º94.52%14.31%-
HSV(B)288.7º97.18%27.84%-
XYZ2.91.46.08-
YUV26.61153.05150.39-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 44.27%
GREEN value IS 2 (1.17% from 255) = 1.53%
BLUE value IS 71 (28.12% from 255) = 54.20%
R=44.27%
G=1.53%
B=54.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal582710.180.9700.72288.794.5214.31
Hex3A24712610481215fe
Octal72210722141011044113716
Binary1110101010001111001011000010100100010010000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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