#2C1347

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

Shades of Blackcurrant #2C1347

Tints of Blackcurrant #2C1347

Color information

#2C1347 (or 0x2C1347) is unknown color: approx Blackcurrant. HEX triplet: 2C, 13 and 47. RGB value is (44,19,71). Sum of RGB (Red+Green+Blue) = 44+19+71=134 (17% of max value = 765). Red value is 44 (17.58% from 255 or 32.84% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 71 (28.12% from 255 or 52.99% from 134); Max value from RGB is 71 - color contains mainly: blue. Hex color #2C1347 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C1347 is #D3ECB8. Grayscale: #202020. Windows color (decimal): -13888697 or 4657964. OLE color: 4657964.

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

Color convert

RGB441971-
CMYK0.380.7300.72
HSL268.85º57.78%17.65%-
HSV(B)268.85º73.24%27.84%-
XYZ2.411.466.12-
YUV32.4149.78136.27-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 32.84%
GREEN value IS 19 (7.81% from 255) = 14.18%
BLUE value IS 71 (28.12% from 255) = 52.99%
R=32.84%
G=14.18%
B=52.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4419710.380.7300.72268.8557.7817.65
Hex2C1347264904810d3a12
Octal54231074611101104157222
Binary10110010011100011110011010010010100100010000110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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