#2C0137

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

Shades of Blackcurrant #2C0137

Tints of Blackcurrant #2C0137

Color information

#2C0137 (or 0x2C0137) is unknown color: approx Blackcurrant. HEX triplet: 2C, 01 and 37. RGB value is (44,1,55). Sum of RGB (Red+Green+Blue) = 44+1+55=100 (13% of max value = 765). Red value is 44 (17.58% from 255 or 44% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 55 (21.88% from 255 or 55% from 100); Max value from RGB is 55 - color contains mainly: blue. Hex color #2C0137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0137 is #D3FEC8. Grayscale: #131313. Windows color (decimal): -13893321 or 3604780. OLE color: 3604780.

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

Color convert

RGB44155-
CMYK0.20.9800.78
HSL287.78º96.43%10.98%-
HSV(B)287.78º98.18%21.57%-
XYZ1.740.833.68-
YUV20.01147.75145.11-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 44%
GREEN value IS 1 (0.78% from 255) = 1%
BLUE value IS 55 (21.88% from 255) = 55%
R=44%
G=1%
B=55%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal441550.20.9800.78287.7896.4310.98
Hex2C137146204E12060b
Octal5416724142011644014013
Binary10110011101111010011000100100111010010000011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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