#2A0749

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

Shades of Blackcurrant #2A0749

Tints of Blackcurrant #2A0749

Color information

#2A0749 (or 0x2A0749) is unknown color: approx Blackcurrant. HEX triplet: 2A, 07 and 49. RGB value is (42,7,73). Sum of RGB (Red+Green+Blue) = 42+7+73=122 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.43% from 122); Green value is 7 (3.12% from 255 or 5.74% from 122); Blue value is 73 (28.91% from 255 or 59.84% from 122); Max value from RGB is 73 - color contains mainly: blue. Hex color #2A0749 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0749 is #D5F8B6. Grayscale: #181818. Windows color (decimal): -14022839 or 4785962. OLE color: 4785962.

HSL color Cylindrical-coordinate representation of color #2A0749: hue angle of 271.82º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2A0749 is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB42773-
CMYK0.420.9000.71
HSL271.82º82.5%15.69%-
HSV(B)271.82º90.41%28.63%-
XYZ2.231.136.4-
YUV24.99155.1140.13-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 34.43%
GREEN value IS 7 (3.12% from 255) = 5.74%
BLUE value IS 73 (28.91% from 255) = 59.84%
R=34.43%
G=5.74%
B=59.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal427730.420.9000.71271.8282.515.69
Hex2A7492A5A0471105210
Octal52711152132010742012220
Binary1010101111001001101010101101001000111100010000101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,7,73); }

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

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

 a { background-color: rgb(42,7,73); }

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

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

 span { border-color: rgb(42,7,73); }

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