#2C1147

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

Shades of Blackcurrant #2C1147

Tints of Blackcurrant #2C1147

Color information

#2C1147 (or 0x2C1147) is unknown color: approx Blackcurrant. HEX triplet: 2C, 11 and 47. RGB value is (44,17,71). Sum of RGB (Red+Green+Blue) = 44+17+71=132 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.33% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 71 (28.12% from 255 or 53.79% from 132); Max value from RGB is 71 - color contains mainly: blue. Hex color #2C1147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C1147 is #D3EEB8. Grayscale: #1F1F1F. Windows color (decimal): -13889209 or 4657452. OLE color: 4657452.

HSL color Cylindrical-coordinate representation of color #2C1147: hue angle of 270º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C1147 is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB441771-
CMYK0.380.7600.72
HSL270º61.36%17.25%-
HSV(B)270º76.06%27.84%-
XYZ2.381.396.1-
YUV31.23150.45137.11-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 33.33%
GREEN value IS 17 (7.03% from 255) = 12.88%
BLUE value IS 71 (28.12% from 255) = 53.79%
R=33.33%
G=12.88%
B=53.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4417710.380.7600.7227061.3617.25
Hex2C1147264C04810e3d11
Octal54211074611401104167521
Binary10110010001100011110011010011000100100010000111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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