#2C1440

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

Shades of Blackcurrant #2C1440

Tints of Blackcurrant #2C1440

Color information

#2C1440 (or 0x2C1440) is unknown color: approx Blackcurrant. HEX triplet: 2C, 14 and 40. RGB value is (44,20,64). Sum of RGB (Red+Green+Blue) = 44+20+64=128 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.38% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 64 (25.39% from 255 or 50% from 128); Max value from RGB is 64 - color contains mainly: blue. Hex color #2C1440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C1440 is #D3EBBF. Grayscale: #202020. Windows color (decimal): -13888448 or 4199468. OLE color: 4199468.

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

Color convert

RGB442064-
CMYK0.310.6900.75
HSL272.73º52.38%16.47%-
HSV(B)272.73º68.75%25.1%-
XYZ2.211.415.01-
YUV32.19145.95136.42-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 34.38%
GREEN value IS 20 (8.20% from 255) = 15.62%
BLUE value IS 64 (25.39% from 255) = 50%
R=34.38%
G=15.62%
B=50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4420640.310.6900.75272.7352.3816.47
Hex2C14401F4504B1113410
Octal54241003710501134216420
Binary1011001010010000001111110001010100101110001000111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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