#3A2144

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

Shades of Blackcurrant #3A2144

Tints of Blackcurrant #3A2144

Color information

#3A2144 (or 0x3A2144) is unknown color: approx Blackcurrant. HEX triplet: 3A, 21 and 44. RGB value is (58,33,68). Sum of RGB (Red+Green+Blue) = 58+33+68=159 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.48% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 68 (26.95% from 255 or 42.77% from 159); Max value from RGB is 68 - color contains mainly: blue. Hex color #3A2144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2144 is #C5DEBB. Grayscale: #2C2C2C. Windows color (decimal): -12967612 or 4464954. OLE color: 4464954.

HSL color Cylindrical-coordinate representation of color #3A2144: hue angle of 282.86º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A2144 is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB583368-
CMYK0.150.5100.73
HSL282.86º34.65%19.8%-
HSV(B)282.86º51.47%26.67%-
XYZ3.332.45.76-
YUV44.46141.28137.65-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 36.48%
GREEN value IS 33 (13.28% from 255) = 20.75%
BLUE value IS 68 (26.95% from 255) = 42.77%
R=36.48%
G=20.75%
B=42.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5833680.150.5100.73282.8634.6519.8
Hex3A2144F3304911b2314
Octal7241104176301114334324
Binary111010100001100010011111100110100100110001101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,33,68); }

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

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

 a { background-color: rgb(58,33,68); }

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

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

 span { border-color: rgb(58,33,68); }

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