#2C0551

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

Shades of Blackcurrant #2C0551

Tints of Blackcurrant #2C0551

Color information

#2C0551 (or 0x2C0551) is unknown color: approx Blackcurrant. HEX triplet: 2C, 05 and 51. RGB value is (44,5,81). Sum of RGB (Red+Green+Blue) = 44+5+81=130 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.85% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 81 (32.03% from 255 or 62.31% from 130); Max value from RGB is 81 - color contains mainly: blue. Hex color #2C0551 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0551 is #D3FAAE. Grayscale: #191919. Windows color (decimal): -13892271 or 5309740. OLE color: 5309740.

HSL color Cylindrical-coordinate representation of color #2C0551: hue angle of 270.79º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2C0551 is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB44581-
CMYK0.460.9400.68
HSL270.79º88.37%16.86%-
HSV(B)270.79º93.83%31.76%-
XYZ2.581.247.89-
YUV25.32159.42141.32-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 33.85%
GREEN value IS 5 (2.34% from 255) = 3.85%
BLUE value IS 81 (32.03% from 255) = 62.31%
R=33.85%
G=3.85%
B=62.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal445810.460.9400.68270.7988.3716.86
Hex2C5512E5E04410f5811
Octal54512156136010441713021
Binary1011001011010001101110101111001000100100001111101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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