#2C043C

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

Shades of Blackcurrant #2C043C

Tints of Blackcurrant #2C043C

Color information

#2C043C (or 0x2C043C) is unknown color: approx Blackcurrant. HEX triplet: 2C, 04 and 3C. RGB value is (44,4,60). Sum of RGB (Red+Green+Blue) = 44+4+60=108 (14% of max value = 765). Red value is 44 (17.58% from 255 or 40.74% from 108); Green value is 4 (1.95% from 255 or 3.70% from 108); Blue value is 60 (23.83% from 255 or 55.56% from 108); Max value from RGB is 60 - color contains mainly: blue. Hex color #2C043C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C043C is #D3FBC3. Grayscale: #161616. Windows color (decimal): -13892548 or 3933228. OLE color: 3933228.

HSL color Cylindrical-coordinate representation of color #2C043C: hue angle of 282.86º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2C043C is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB44460-
CMYK0.270.9300.76
HSL282.86º87.5%12.55%-
HSV(B)282.86º93.33%23.53%-
XYZ1.90.954.36-
YUV22.34149.25143.45-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 40.74%
GREEN value IS 4 (1.95% from 255) = 3.70%
BLUE value IS 60 (23.83% from 255) = 55.56%
R=40.74%
G=3.70%
B=55.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal444600.270.9300.76282.8687.512.55
Hex2C43C1B5D04C11b58d
Octal5447433135011443313015
Binary1011001001111001101110111010100110010001101110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C043C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,4,60); }

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

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

 a { background-color: rgb(44,4,60); }

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

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

 span { border-color: rgb(44,4,60); }

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