#2A0131

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

Shades of Blackcurrant #2A0131

Tints of Blackcurrant #2A0131

Color information

#2A0131 (or 0x2A0131) is unknown color: approx Blackcurrant. HEX triplet: 2A, 01 and 31. RGB value is (42,1,49). Sum of RGB (Red+Green+Blue) = 42+1+49=92 (12% of max value = 765). Red value is 42 (16.80% from 255 or 45.65% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 49 (19.53% from 255 or 53.26% from 92); Max value from RGB is 49 - color contains mainly: blue. Hex color #2A0131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0131 is #D5FECE. Grayscale: #121212. Windows color (decimal): -14024399 or 3211562. OLE color: 3211562.

HSL color Cylindrical-coordinate representation of color #2A0131: hue angle of 291.25º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A0131 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB42149-
CMYK0.140.9800.81
HSL291.25º96%9.8%-
HSV(B)291.25º97.96%19.22%-
XYZ1.520.742.97-
YUV18.73145.08144.6-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 45.65%
GREEN value IS 1 (0.78% from 255) = 1.09%
BLUE value IS 49 (19.53% from 255) = 53.26%
R=45.65%
G=1.09%
B=53.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal421490.140.9800.81291.25969.8
Hex2A131E6205112360a
Octal5216116142012144314012
Binary1010101110001111011000100101000110010001111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,1,49); }

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

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

 a { background-color: rgb(42,1,49); }

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

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

 span { border-color: rgb(42,1,49); }

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