#2C0350

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

Shades of Blackcurrant #2C0350

Tints of Blackcurrant #2C0350

Color information

#2C0350 (or 0x2C0350) is unknown color: approx Blackcurrant. HEX triplet: 2C, 03 and 50. RGB value is (44,3,80). Sum of RGB (Red+Green+Blue) = 44+3+80=127 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.65% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 80 (31.64% from 255 or 62.99% from 127); Max value from RGB is 80 - color contains mainly: blue. Hex color #2C0350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0350 is #D3FCAF. Grayscale: #171717. Windows color (decimal): -13892784 or 5243692. OLE color: 5243692.

HSL color Cylindrical-coordinate representation of color #2C0350: hue angle of 271.95º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2C0350 is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB44380-
CMYK0.450.9600.69
HSL271.95º92.77%16.27%-
HSV(B)271.95º96.25%31.37%-
XYZ2.521.187.68-
YUV24.04159.58142.24-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 34.65%
GREEN value IS 3 (1.56% from 255) = 2.36%
BLUE value IS 80 (31.64% from 255) = 62.99%
R=34.65%
G=2.36%
B=62.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal443800.450.9600.69271.9592.7716.27
Hex2C3502D600451105d10
Octal54312055140010542013520
Binary101100111010000101101110000001000101100010000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,3,80); }

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

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

 a { background-color: rgb(44,3,80); }

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

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

 span { border-color: rgb(44,3,80); }

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