#2A0432

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

Shades of Blackcurrant #2A0432

Tints of Blackcurrant #2A0432

Color information

#2A0432 (or 0x2A0432) is unknown color: approx Blackcurrant. HEX triplet: 2A, 04 and 32. RGB value is (42,4,50). Sum of RGB (Red+Green+Blue) = 42+4+50=96 (12% of max value = 765). Red value is 42 (16.80% from 255 or 43.75% from 96); Green value is 4 (1.95% from 255 or 4.17% from 96); Blue value is 50 (19.92% from 255 or 52.08% from 96); Max value from RGB is 50 - color contains mainly: blue. Hex color #2A0432 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0432 is #D5FBCD. Grayscale: #141414. Windows color (decimal): -14023630 or 3277866. OLE color: 3277866.

HSL color Cylindrical-coordinate representation of color #2A0432: hue angle of 289.57º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2A0432 is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB42450-
CMYK0.160.9200.80
HSL289.57º85.19%10.59%-
HSV(B)289.57º92%19.61%-
XYZ1.570.813.09-
YUV20.61144.59143.26-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 43.75%
GREEN value IS 4 (1.95% from 255) = 4.17%
BLUE value IS 50 (19.92% from 255) = 52.08%
R=43.75%
G=4.17%
B=52.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal424500.160.9200.80289.5785.1910.59
Hex2A432105C05012255b
Octal5246220134012044212513
Binary1010101001100101000010111000101000010010001010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,4,50); }

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

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

 a { background-color: rgb(42,4,50); }

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

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

 span { border-color: rgb(42,4,50); }

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