#2A0553

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

Shades of Blackcurrant #2A0553

Tints of Blackcurrant #2A0553

Color information

#2A0553 (or 0x2A0553) is unknown color: approx Blackcurrant. HEX triplet: 2A, 05 and 53. RGB value is (42,5,83). Sum of RGB (Red+Green+Blue) = 42+5+83=130 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.31% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 83 (32.81% from 255 or 63.85% from 130); Max value from RGB is 83 - color contains mainly: blue. Hex color #2A0553 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0553 is #D5FAAC. Grayscale: #181818. Windows color (decimal): -14023341 or 5440810. OLE color: 5440810.

HSL color Cylindrical-coordinate representation of color #2A0553: hue angle of 268.46º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A0553 is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB42583-
CMYK0.490.9400.67
HSL268.46º88.64%17.25%-
HSV(B)268.46º93.98%32.55%-
XYZ2.571.238.28-
YUV24.96160.76140.16-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 32.31%
GREEN value IS 5 (2.34% from 255) = 3.85%
BLUE value IS 83 (32.81% from 255) = 63.85%
R=32.31%
G=3.85%
B=63.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal425830.490.9400.67268.4688.6417.25
Hex2A553315E04310c5911
Octal52512361136010341413121
Binary1010101011010011110001101111001000011100001100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,5,83); }

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

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

 a { background-color: rgb(42,5,83); }

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

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

 span { border-color: rgb(42,5,83); }

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