#2C014C

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

Shades of Blackcurrant #2C014C

Tints of Blackcurrant #2C014C

Color information

#2C014C (or 0x2C014C) is unknown color: approx Blackcurrant. HEX triplet: 2C, 01 and 4C. RGB value is (44,1,76). Sum of RGB (Red+Green+Blue) = 44+1+76=121 (16% of max value = 765). Red value is 44 (17.58% from 255 or 36.36% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 76 (30.08% from 255 or 62.81% from 121); Max value from RGB is 76 - color contains mainly: blue. Hex color #2C014C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C014C is #D3FEB3. Grayscale: #161616. Windows color (decimal): -13893300 or 4981036. OLE color: 4981036.

HSL color Cylindrical-coordinate representation of color #2C014C: hue angle of 274.4º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2C014C is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB44176-
CMYK0.420.9900.70
HSL274.4º97.4%15.1%-
HSV(B)274.4º98.68%29.8%-
XYZ2.351.086.92-
YUV22.41158.25143.4-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 36.36%
GREEN value IS 1 (0.78% from 255) = 0.83%
BLUE value IS 76 (30.08% from 255) = 62.81%
R=36.36%
G=0.83%
B=62.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal441760.420.9900.70274.497.415.1
Hex2C14C2A6304611261f
Octal54111452143010642214117
Binary1011001100110010101011000110100011010001001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C014C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,1,76); }

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

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

 a { background-color: rgb(44,1,76); }

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

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

 span { border-color: rgb(44,1,76); }

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