#3A1143

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

Shades of Blackcurrant #3A1143

Tints of Blackcurrant #3A1143

Color information

#3A1143 (or 0x3A1143) is unknown color: approx Blackcurrant. HEX triplet: 3A, 11 and 43. RGB value is (58,17,67). Sum of RGB (Red+Green+Blue) = 58+17+67=142 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.85% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 67 (26.56% from 255 or 47.18% from 142); Max value from RGB is 67 - color contains mainly: blue. Hex color #3A1143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1143 is #C5EEBC. Grayscale: #222222. Windows color (decimal): -12971709 or 4395322. OLE color: 4395322.

HSL color Cylindrical-coordinate representation of color #3A1143: hue angle of 289.2º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A1143 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB581767-
CMYK0.130.7500.74
HSL289.2º59.52%16.47%-
HSV(B)289.2º74.63%26.27%-
XYZ2.961.715.48-
YUV34.96146.08144.43-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 40.85%
GREEN value IS 17 (7.03% from 255) = 11.97%
BLUE value IS 67 (26.56% from 255) = 47.18%
R=40.85%
G=11.97%
B=47.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5817670.130.7500.74289.259.5216.47
Hex3A1143D4B04A1213c10
Octal72211031511301124417420
Binary111010100011000011110110010110100101010010000111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,17,67); }

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

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

 a { background-color: rgb(58,17,67); }

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

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

 span { border-color: rgb(58,17,67); }

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