#2C2031

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

Shades of Blackcurrant #2C2031

Tints of Blackcurrant #2C2031

Color information

#2C2031 (or 0x2C2031) is unknown color: approx Blackcurrant. HEX triplet: 2C, 20 and 31. RGB value is (44,32,49). Sum of RGB (Red+Green+Blue) = 44+32+49=125 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.2% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 49 (19.53% from 255 or 39.2% from 125); Max value from RGB is 49 - color contains mainly: blue. Hex color #2C2031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2031 is #D3DFCE. Grayscale: #252525. Windows color (decimal): -13885391 or 3219500. OLE color: 3219500.

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

Color convert

RGB443249-
CMYK0.100.3500.81
HSL282.35º20.99%15.88%-
HSV(B)282.35º34.69%19.22%-
XYZ2.111.793.14-
YUV37.53134.48132.62-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 35.2%
GREEN value IS 32 (12.89% from 255) = 25.6%
BLUE value IS 49 (19.53% from 255) = 39.2%
R=35.2%
G=25.6%
B=39.2%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4432490.100.3500.81282.3520.9915.88
Hex2C2031A2305111a1510
Octal544061124301214322520
Binary1011001000001100011010100011010100011000110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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