#2C0549

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

Shades of Blackcurrant #2C0549

Tints of Blackcurrant #2C0549

Color information

#2C0549 (or 0x2C0549) is unknown color: approx Blackcurrant. HEX triplet: 2C, 05 and 49. RGB value is (44,5,73). Sum of RGB (Red+Green+Blue) = 44+5+73=122 (16% of max value = 765). Red value is 44 (17.58% from 255 or 36.07% from 122); Green value is 5 (2.34% from 255 or 4.10% 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 #2C0549 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0549 is #D3FAB6. Grayscale: #181818. Windows color (decimal): -13892279 or 4785452. OLE color: 4785452.

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

Color convert

RGB44573-
CMYK0.400.9300.71
HSL274.41º87.18%15.29%-
HSV(B)274.41º93.15%28.63%-
XYZ2.31.136.4-
YUV24.41155.42141.97-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 36.07%
GREEN value IS 5 (2.34% from 255) = 4.10%
BLUE value IS 73 (28.91% from 255) = 59.84%
R=36.07%
G=4.10%
B=59.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal445730.400.9300.71274.4187.1815.29
Hex2C549285D04711257f
Octal54511150135010742212717
Binary101100101100100110100010111010100011110001001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,5,73); }

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

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

 a { background-color: rgb(44,5,73); }

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

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

 span { border-color: rgb(44,5,73); }

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