#2C1143

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

Shades of Blackcurrant #2C1143

Tints of Blackcurrant #2C1143

Color information

#2C1143 (or 0x2C1143) is unknown color: approx Blackcurrant. HEX triplet: 2C, 11 and 43. RGB value is (44,17,67). Sum of RGB (Red+Green+Blue) = 44+17+67=128 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.38% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 67 (26.56% from 255 or 52.34% from 128); Max value from RGB is 67 - color contains mainly: blue. Hex color #2C1143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C1143 is #D3EEBC. Grayscale: #1E1E1E. Windows color (decimal): -13889213 or 4395308. OLE color: 4395308.

HSL color Cylindrical-coordinate representation of color #2C1143: hue angle of 272.4º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C1143 is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB441767-
CMYK0.340.7500.74
HSL272.4º59.52%16.47%-
HSV(B)272.4º74.63%26.27%-
XYZ2.251.345.45-
YUV30.77148.45137.43-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 34.38%
GREEN value IS 17 (7.03% from 255) = 13.28%
BLUE value IS 67 (26.56% from 255) = 52.34%
R=34.38%
G=13.28%
B=52.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4417670.340.7500.74272.459.5216.47
Hex2C1143224B04A1103c10
Octal54211034211301124207420
Binary10110010001100001110001010010110100101010001000011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,17,67); }

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

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

 a { background-color: rgb(44,17,67); }

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

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

 span { border-color: rgb(44,17,67); }

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