#2C0537

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

Shades of Blackcurrant #2C0537

Tints of Blackcurrant #2C0537

Color information

#2C0537 (or 0x2C0537) is unknown color: approx Blackcurrant. HEX triplet: 2C, 05 and 37. RGB value is (44,5,55). Sum of RGB (Red+Green+Blue) = 44+5+55=104 (13% of max value = 765). Red value is 44 (17.58% from 255 or 42.31% from 104); Green value is 5 (2.34% from 255 or 4.81% from 104); Blue value is 55 (21.88% from 255 or 52.88% from 104); Max value from RGB is 55 - color contains mainly: blue. Hex color #2C0537 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0537 is #D3FAC8. Grayscale: #161616. Windows color (decimal): -13892297 or 3605804. OLE color: 3605804.

HSL color Cylindrical-coordinate representation of color #2C0537: hue angle of 286.8º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2C0537 is Cyan = 0.2, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB44555-
CMYK0.20.9100.78
HSL286.8º83.33%11.76%-
HSV(B)286.8º90.91%21.57%-
XYZ1.780.923.7-
YUV22.36146.42143.43-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 42.31%
GREEN value IS 5 (2.34% from 255) = 4.81%
BLUE value IS 55 (21.88% from 255) = 52.88%
R=42.31%
G=4.81%
B=52.88%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal445550.20.9100.78286.883.3311.76
Hex2C537145B04E11f53c
Octal5456724133011643712314
Binary1011001011101111010010110110100111010001111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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