#2A073B

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

Shades of Blackcurrant #2A073B

Tints of Blackcurrant #2A073B

Color information

#2A073B (or 0x2A073B) is unknown color: approx Blackcurrant. HEX triplet: 2A, 07 and 3B. RGB value is (42,7,59). Sum of RGB (Red+Green+Blue) = 42+7+59=108 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.89% from 108); Green value is 7 (3.12% from 255 or 6.48% from 108); Blue value is 59 (23.44% from 255 or 54.63% from 108); Max value from RGB is 59 - color contains mainly: blue. Hex color #2A073B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A073B is #D5F8C4. Grayscale: #171717. Windows color (decimal): -14022853 or 3868458. OLE color: 3868458.

HSL color Cylindrical-coordinate representation of color #2A073B: hue angle of 280.38º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2A073B is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB42759-
CMYK0.290.8800.77
HSL280.38º78.79%12.94%-
HSV(B)280.38º88.14%23.14%-
XYZ1.820.964.23-
YUV23.39148.1141.27-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 38.89%
GREEN value IS 7 (3.12% from 255) = 6.48%
BLUE value IS 59 (23.44% from 255) = 54.63%
R=38.89%
G=6.48%
B=54.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal427590.290.8800.77280.3878.7912.94
Hex2A73B1D5804D1184fd
Octal5277335130011543011715
Binary1010101111110111110110110000100110110001100010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A073B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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