#2C143E

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

Shades of Blackcurrant #2C143E

Tints of Blackcurrant #2C143E

Color information

#2C143E (or 0x2C143E) is unknown color: approx Blackcurrant. HEX triplet: 2C, 14 and 3E. RGB value is (44,20,62). Sum of RGB (Red+Green+Blue) = 44+20+62=126 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.92% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 62 (24.61% from 255 or 49.21% from 126); Max value from RGB is 62 - color contains mainly: blue. Hex color #2C143E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C143E is #D3EBC1. Grayscale: #1F1F1F. Windows color (decimal): -13888450 or 4068396. OLE color: 4068396.

HSL color Cylindrical-coordinate representation of color #2C143E: hue angle of 274.29º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C143E is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB442062-
CMYK0.290.6800.76
HSL274.29º51.22%16.08%-
HSV(B)274.29º67.74%24.31%-
XYZ2.161.384.71-
YUV31.96144.95136.58-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 34.92%
GREEN value IS 20 (8.20% from 255) = 15.87%
BLUE value IS 62 (24.61% from 255) = 49.21%
R=34.92%
G=15.87%
B=49.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4420620.290.6800.76274.2951.2216.08
Hex2C143E1D4404C1123310
Octal5424763510401144226320
Binary101100101001111101110110001000100110010001001011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C143E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,20,62); }

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

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

 a { background-color: rgb(44,20,62); }

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

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

 span { border-color: rgb(44,20,62); }

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