#2C0540

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

Shades of Blackcurrant #2C0540

Tints of Blackcurrant #2C0540

Color information

#2C0540 (or 0x2C0540) is unknown color: approx Blackcurrant. HEX triplet: 2C, 05 and 40. RGB value is (44,5,64). Sum of RGB (Red+Green+Blue) = 44+5+64=113 (14% of max value = 765). Red value is 44 (17.58% from 255 or 38.94% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 64 (25.39% from 255 or 56.64% from 113); Max value from RGB is 64 - color contains mainly: blue. Hex color #2C0540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0540 is #D3FABF. Grayscale: #171717. Windows color (decimal): -13892288 or 4195628. OLE color: 4195628.

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

Color convert

RGB44564-
CMYK0.310.9200.75
HSL279.66º85.51%13.53%-
HSV(B)279.66º92.19%25.1%-
XYZ2.021.014.94-
YUV23.39150.92142.7-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 38.94%
GREEN value IS 5 (2.34% from 255) = 4.42%
BLUE value IS 64 (25.39% from 255) = 56.64%
R=38.94%
G=4.42%
B=56.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal445640.310.9200.75279.6685.5113.53
Hex2C5401F5C04B11856e
Octal54510037134011343012616
Binary10110010110000001111110111000100101110001100010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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