#2A1141

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

Shades of Blackcurrant #2A1141

Tints of Blackcurrant #2A1141

Color information

#2A1141 (or 0x2A1141) is unknown color: approx Blackcurrant. HEX triplet: 2A, 11 and 41. RGB value is (42,17,65). Sum of RGB (Red+Green+Blue) = 42+17+65=124 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.87% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 65 (25.78% from 255 or 52.42% from 124); Max value from RGB is 65 - color contains mainly: blue. Hex color #2A1141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1141 is #D5EEBE. Grayscale: #1D1D1D. Windows color (decimal): -14020287 or 4264234. OLE color: 4264234.

HSL color Cylindrical-coordinate representation of color #2A1141: hue angle of 271.25º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A1141 is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB421765-
CMYK0.350.7400.75
HSL271.25º58.54%16.08%-
HSV(B)271.25º73.85%25.49%-
XYZ2.111.275.14-
YUV29.95147.78136.6-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 33.87%
GREEN value IS 17 (7.03% from 255) = 13.71%
BLUE value IS 65 (25.78% from 255) = 52.42%
R=33.87%
G=13.71%
B=52.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4217650.350.7400.75271.2558.5416.08
Hex2A1141234A04B10f3b10
Octal52211014311201134177320
Binary10101010001100000110001110010100100101110000111111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A1141; }

 p { color: rgb(42,17,65); }

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

<style>
 a { background-color: #2A1141; }

 a { background-color: rgb(42,17,65); }

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

<style>
 span { border-color: #2A1141; }

 span { border-color: rgb(42,17,65); }

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