#2A0453

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

Shades of Blackcurrant #2A0453

Tints of Blackcurrant #2A0453

Color information

#2A0453 (or 0x2A0453) is unknown color: approx Blackcurrant. HEX triplet: 2A, 04 and 53. RGB value is (42,4,83). Sum of RGB (Red+Green+Blue) = 42+4+83=129 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.56% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 83 (32.81% from 255 or 64.34% from 129); Max value from RGB is 83 - color contains mainly: blue. Hex color #2A0453 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0453 is #D5FBAC. Grayscale: #181818. Windows color (decimal): -14023597 or 5440554. OLE color: 5440554.

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

Color convert

RGB42483-
CMYK0.490.9500.67
HSL268.86º90.8%17.06%-
HSV(B)268.86º95.18%32.55%-
XYZ2.561.28.28-
YUV24.37161.09140.58-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 32.56%
GREEN value IS 4 (1.95% from 255) = 3.10%
BLUE value IS 83 (32.81% from 255) = 64.34%
R=32.56%
G=3.10%
B=64.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal424830.490.9500.67268.8690.817.06
Hex2A453315F04310d5b11
Octal52412361137010341513321
Binary1010101001010011110001101111101000011100001101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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