#2A0349

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

Shades of Blackcurrant #2A0349

Tints of Blackcurrant #2A0349

Color information

#2A0349 (or 0x2A0349) is unknown color: approx Blackcurrant. HEX triplet: 2A, 03 and 49. RGB value is (42,3,73). Sum of RGB (Red+Green+Blue) = 42+3+73=118 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.59% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 73 (28.91% from 255 or 61.86% from 118); Max value from RGB is 73 - color contains mainly: blue. Hex color #2A0349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0349 is #D5FCB6. Grayscale: #161616. Windows color (decimal): -14023863 or 4784938. OLE color: 4784938.

HSL color Cylindrical-coordinate representation of color #2A0349: hue angle of 273.43º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A0349 is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB42373-
CMYK0.420.9600.71
HSL273.43º92.11%14.9%-
HSV(B)273.43º95.89%28.63%-
XYZ2.191.046.39-
YUV22.64156.42141.81-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 35.59%
GREEN value IS 3 (1.56% from 255) = 2.54%
BLUE value IS 73 (28.91% from 255) = 61.86%
R=35.59%
G=2.54%
B=61.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal423730.420.9600.71273.4392.1114.9
Hex2A3492A600471115cf
Octal52311152140010742113417
Binary10101011100100110101011000000100011110001000110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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