#291C31

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

Shades of Blackcurrant #291C31

Tints of Blackcurrant #291C31

Color information

#291C31 (or 0x291C31) is unknown color: approx Blackcurrant. HEX triplet: 29, 1C and 31. RGB value is (41,28,49). Sum of RGB (Red+Green+Blue) = 41+28+49=118 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.75% from 118); Green value is 28 (11.33% from 255 or 23.73% from 118); Blue value is 49 (19.53% from 255 or 41.53% from 118); Max value from RGB is 49 - color contains mainly: blue. Hex color #291C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291C31 is #D6E3CE. Grayscale: #222222. Windows color (decimal): -14083023 or 3218473. OLE color: 3218473.

HSL color Cylindrical-coordinate representation of color #291C31: hue angle of 277.14º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #291C31 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB412849-
CMYK0.160.4300.81
HSL277.14º27.27%15.1%-
HSV(B)277.14º42.86%19.22%-
XYZ1.881.523.1-
YUV34.28136.31132.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 34.75%
GREEN value IS 28 (11.33% from 255) = 23.73%
BLUE value IS 49 (19.53% from 255) = 41.53%
R=34.75%
G=23.73%
B=41.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4128490.160.4300.81277.1427.2715.1
Hex291C31102B0511151bf
Octal513461205301214253317
Binary101001111001100011000010101101010001100010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291C31; }

 p { color: rgb(41,28,49); }

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

<style>
 a { background-color: #291C31; }

 a { background-color: rgb(41,28,49); }

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

<style>
 span { border-color: #291C31; }

 span { border-color: rgb(41,28,49); }

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