#3A1543

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

Shades of Blackcurrant #3A1543

Tints of Blackcurrant #3A1543

Color information

#3A1543 (or 0x3A1543) is unknown color: approx Blackcurrant. HEX triplet: 3A, 15 and 43. RGB value is (58,21,67). Sum of RGB (Red+Green+Blue) = 58+21+67=146 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.73% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 67 (26.56% from 255 or 45.89% from 146); Max value from RGB is 67 - color contains mainly: blue. Hex color #3A1543 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1543 is #C5EABC. Grayscale: #252525. Windows color (decimal): -12970685 or 4396346. OLE color: 4396346.

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

Color convert

RGB582167-
CMYK0.130.6900.74
HSL288.26º52.27%17.25%-
HSV(B)288.26º68.66%26.27%-
XYZ3.031.845.51-
YUV37.31144.76142.76-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 39.73%
GREEN value IS 21 (8.59% from 255) = 14.38%
BLUE value IS 67 (26.56% from 255) = 45.89%
R=39.73%
G=14.38%
B=45.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5821670.130.6900.74288.2652.2717.25
Hex3A1543D4504A1203411
Octal72251031510501124406421
Binary111010101011000011110110001010100101010010000011010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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