#3A1047

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

Shades of Blackcurrant #3A1047

Tints of Blackcurrant #3A1047

Color information

#3A1047 (or 0x3A1047) is unknown color: approx Blackcurrant. HEX triplet: 3A, 10 and 47. RGB value is (58,16,71). Sum of RGB (Red+Green+Blue) = 58+16+71=145 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40% from 145); Green value is 16 (6.64% from 255 or 11.03% from 145); Blue value is 71 (28.12% from 255 or 48.97% from 145); Max value from RGB is 71 - color contains mainly: blue. Hex color #3A1047 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1047 is #C5EFB8. Grayscale: #222222. Windows color (decimal): -12971961 or 4657210. OLE color: 4657210.

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

Color convert

RGB581671-
CMYK0.180.7700.72
HSL285.82º63.22%17.06%-
HSV(B)285.82º77.46%27.84%-
XYZ3.071.736.13-
YUV34.83148.41144.53-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 40%
GREEN value IS 16 (6.64% from 255) = 11.03%
BLUE value IS 71 (28.12% from 255) = 48.97%
R=40%
G=11.03%
B=48.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5816710.180.7700.72285.8263.2217.06
Hex3A1047124D04811e3f11
Octal72201072211501104367721
Binary1110101000010001111001010011010100100010001111011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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