#2C0931

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

Shades of Blackcurrant #2C0931

Tints of Blackcurrant #2C0931

Color information

#2C0931 (or 0x2C0931) is unknown color: approx Blackcurrant. HEX triplet: 2C, 09 and 31. RGB value is (44,9,49). Sum of RGB (Red+Green+Blue) = 44+9+49=102 (13% of max value = 765). Red value is 44 (17.58% from 255 or 43.14% from 102); Green value is 9 (3.91% from 255 or 8.82% from 102); Blue value is 49 (19.53% from 255 or 48.04% from 102); Max value from RGB is 49 - color contains mainly: blue. Hex color #2C0931 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C0931 is #D3F6CE. Grayscale: #171717. Windows color (decimal): -13891279 or 3213612. OLE color: 3213612.

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

Color convert

RGB44949-
CMYK0.100.8200.81
HSL292.5º68.97%11.37%-
HSV(B)292.5º81.63%19.22%-
XYZ1.690.953-
YUV24.02142.1142.25-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 43.14%
GREEN value IS 9 (3.91% from 255) = 8.82%
BLUE value IS 49 (19.53% from 255) = 48.04%
R=43.14%
G=8.82%
B=48.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal449490.100.8200.81292.568.9711.37
Hex2C931A5205112445b
Octal54116112122012144410513
Binary1011001001110001101010100100101000110010010010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C0931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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