#2C0431

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

Shades of Blackcurrant #2C0431

Tints of Blackcurrant #2C0431

Color information

#2C0431 (or 0x2C0431) is unknown color: approx Blackcurrant. HEX triplet: 2C, 04 and 31. RGB value is (44,4,49). Sum of RGB (Red+Green+Blue) = 44+4+49=97 (12% of max value = 765). Red value is 44 (17.58% from 255 or 45.36% from 97); Green value is 4 (1.95% from 255 or 4.12% from 97); Blue value is 49 (19.53% from 255 or 50.52% from 97); Max value from RGB is 49 - color contains mainly: blue. Hex color #2C0431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0431 is #D3FBCE. Grayscale: #141414. Windows color (decimal): -13892559 or 3212332. OLE color: 3212332.

HSL color Cylindrical-coordinate representation of color #2C0431: hue angle of 293.33º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2C0431 is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB44449-
CMYK0.100.9200.81
HSL293.33º84.91%10.39%-
HSV(B)293.33º91.84%19.22%-
XYZ1.640.842.98-
YUV21.09143.75144.34-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 45.36%
GREEN value IS 4 (1.95% from 255) = 4.12%
BLUE value IS 49 (19.53% from 255) = 50.52%
R=45.36%
G=4.12%
B=50.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal444490.100.9200.81293.3384.9110.39
Hex2C431A5C05112555a
Octal5446112134012144512512
Binary101100100110001101010111000101000110010010110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,4,49); }

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

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

 a { background-color: rgb(44,4,49); }

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

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

 span { border-color: rgb(44,4,49); }

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