#3A0447

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

Shades of Blackcurrant #3A0447

Tints of Blackcurrant #3A0447

Color information

#3A0447 (or 0x3A0447) is unknown color: approx Blackcurrant. HEX triplet: 3A, 04 and 47. RGB value is (58,4,71). Sum of RGB (Red+Green+Blue) = 58+4+71=133 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.61% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 71 (28.12% from 255 or 53.38% from 133); Max value from RGB is 71 - color contains mainly: blue. Hex color #3A0447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0447 is #C5FBB8. Grayscale: #1B1B1B. Windows color (decimal): -12975033 or 4654138. OLE color: 4654138.

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

Color convert

RGB58471-
CMYK0.180.9400.72
HSL288.36º89.33%14.71%-
HSV(B)288.36º94.37%27.84%-
XYZ2.931.446.09-
YUV27.78152.39149.55-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 43.61%
GREEN value IS 4 (1.95% from 255) = 3.01%
BLUE value IS 71 (28.12% from 255) = 53.38%
R=43.61%
G=3.01%
B=53.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal584710.180.9400.72288.3689.3314.71
Hex3A447125E04812059f
Octal72410722136011044013117
Binary11101010010001111001010111100100100010010000010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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