#2C1344

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

Shades of Blackcurrant #2C1344

Tints of Blackcurrant #2C1344

Color information

#2C1344 (or 0x2C1344) is unknown color: approx Blackcurrant. HEX triplet: 2C, 13 and 44. RGB value is (44,19,68). Sum of RGB (Red+Green+Blue) = 44+19+68=131 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.59% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 68 (26.95% from 255 or 51.91% from 131); Max value from RGB is 68 - color contains mainly: blue. Hex color #2C1344 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C1344 is #D3ECBB. Grayscale: #1F1F1F. Windows color (decimal): -13888700 or 4461356. OLE color: 4461356.

HSL color Cylindrical-coordinate representation of color #2C1344: hue angle of 270.61º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C1344 is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB441968-
CMYK0.350.7200.73
HSL270.61º56.32%17.06%-
HSV(B)270.61º72.06%26.67%-
XYZ2.311.425.62-
YUV32.06148.28136.52-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 33.59%
GREEN value IS 19 (7.81% from 255) = 14.50%
BLUE value IS 68 (26.95% from 255) = 51.91%
R=33.59%
G=14.50%
B=51.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4419680.350.7200.73270.6156.3217.06
Hex2C1344234804910f3811
Octal54231044311001114177021
Binary10110010011100010010001110010000100100110000111111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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