#2C1540

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

Shades of Blackcurrant #2C1540

Tints of Blackcurrant #2C1540

Color information

#2C1540 (or 0x2C1540) is unknown color: approx Blackcurrant. HEX triplet: 2C, 15 and 40. RGB value is (44,21,64). Sum of RGB (Red+Green+Blue) = 44+21+64=129 (17% of max value = 765). Red value is 44 (17.58% from 255 or 34.11% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 64 (25.39% from 255 or 49.61% from 129); Max value from RGB is 64 - color contains mainly: blue. Hex color #2C1540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C1540 is #D3EABF. Grayscale: #202020. Windows color (decimal): -13888192 or 4199724. OLE color: 4199724.

HSL color Cylindrical-coordinate representation of color #2C1540: hue angle of 272.09º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C1540 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB442164-
CMYK0.310.6700.75
HSL272.09º50.59%16.67%-
HSV(B)272.09º67.19%25.1%-
XYZ2.231.445.01-
YUV32.78145.62136-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 34.11%
GREEN value IS 21 (8.59% from 255) = 16.28%
BLUE value IS 64 (25.39% from 255) = 49.61%
R=34.11%
G=16.28%
B=49.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4421640.310.6700.75272.0950.5916.67
Hex2C15401F4304B1103311
Octal54251003710301134206321
Binary1011001010110000001111110000110100101110001000011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,21,64); }

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

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

 a { background-color: rgb(44,21,64); }

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

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

 span { border-color: rgb(44,21,64); }

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