#3A1545

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

Shades of Blackcurrant #3A1545

Tints of Blackcurrant #3A1545

Color information

#3A1545 (or 0x3A1545) is unknown color: approx Blackcurrant. HEX triplet: 3A, 15 and 45. RGB value is (58,21,69). Sum of RGB (Red+Green+Blue) = 58+21+69=148 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.19% from 148); Green value is 21 (8.59% from 255 or 14.19% from 148); Blue value is 69 (27.34% from 255 or 46.62% from 148); Max value from RGB is 69 - color contains mainly: blue. Hex color #3A1545 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1545 is #C5EABA. Grayscale: #252525. Windows color (decimal): -12970683 or 4527418. OLE color: 4527418.

HSL color Cylindrical-coordinate representation of color #3A1545: hue angle of 286.25º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A1545 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB582169-
CMYK0.160.7000.73
HSL286.25º53.33%17.65%-
HSV(B)286.25º69.57%27.06%-
XYZ3.091.875.83-
YUV37.53145.76142.6-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 39.19%
GREEN value IS 21 (8.59% from 255) = 14.19%
BLUE value IS 69 (27.34% from 255) = 46.62%
R=39.19%
G=14.19%
B=46.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5821690.160.7000.73286.2553.3317.65
Hex3A1545104604911e3512
Octal72251052010601114366522
Binary1110101010110001011000010001100100100110001111011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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