#3A0149

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

Shades of Blackcurrant #3A0149

Tints of Blackcurrant #3A0149

Color information

#3A0149 (or 0x3A0149) is unknown color: approx Blackcurrant. HEX triplet: 3A, 01 and 49. RGB value is (58,1,73). Sum of RGB (Red+Green+Blue) = 58+1+73=132 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.94% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 73 (28.91% from 255 or 55.30% from 132); Max value from RGB is 73 - color contains mainly: blue. Hex color #3A0149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0149 is #C5FEB6. Grayscale: #1A1A1A. Windows color (decimal): -12975799 or 4784442. OLE color: 4784442.

HSL color Cylindrical-coordinate representation of color #3A0149: hue angle of 287.5º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A0149 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB58173-
CMYK0.210.9900.71
HSL287.5º97.3%14.51%-
HSV(B)287.5º98.63%28.63%-
XYZ2.961.46.42-
YUV26.25154.38150.65-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 43.94%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 73 (28.91% from 255) = 55.30%
R=43.94%
G=0.76%
B=55.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal581730.210.9900.71287.597.314.51
Hex3A149156304712061f
Octal72111125143010744014117
Binary111010110010011010111000110100011110010000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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