#2C033C

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

Shades of Blackcurrant #2C033C

Tints of Blackcurrant #2C033C

Color information

#2C033C (or 0x2C033C) is unknown color: approx Blackcurrant. HEX triplet: 2C, 03 and 3C. RGB value is (44,3,60). Sum of RGB (Red+Green+Blue) = 44+3+60=107 (14% of max value = 765). Red value is 44 (17.58% from 255 or 41.12% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 60 (23.83% from 255 or 56.07% from 107); Max value from RGB is 60 - color contains mainly: blue. Hex color #2C033C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C033C is #D3FCC3. Grayscale: #151515. Windows color (decimal): -13892804 or 3932972. OLE color: 3932972.

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

Color convert

RGB44360-
CMYK0.270.9500.76
HSL283.16º90.48%12.35%-
HSV(B)283.16º95%23.53%-
XYZ1.890.934.35-
YUV21.76149.58143.87-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 41.12%
GREEN value IS 3 (1.56% from 255) = 2.80%
BLUE value IS 60 (23.83% from 255) = 56.07%
R=41.12%
G=2.80%
B=56.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal443600.270.9500.76283.1690.4812.35
Hex2C33C1B5F04C11b5ac
Octal5437433137011443313214
Binary101100111111001101110111110100110010001101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C033C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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