#291E2F

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

Shades of Blackcurrant #291E2F

Tints of Blackcurrant #291E2F

Color information

#291E2F (or 0x291E2F) is unknown color: approx Blackcurrant. HEX triplet: 29, 1E and 2F. RGB value is (41,30,47). Sum of RGB (Red+Green+Blue) = 41+30+47=118 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.75% from 118); Green value is 30 (12.11% from 255 or 25.42% from 118); Blue value is 47 (18.75% from 255 or 39.83% from 118); Max value from RGB is 47 - color contains mainly: blue. Hex color #291E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291E2F is #D6E1D0. Grayscale: #232323. Windows color (decimal): -14082513 or 3087913. OLE color: 3087913.

HSL color Cylindrical-coordinate representation of color #291E2F: hue angle of 278.82º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #291E2F is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB413047-
CMYK0.130.3600.82
HSL278.82º22.08%15.1%-
HSV(B)278.82º36.17%18.43%-
XYZ1.891.612.9-
YUV35.23134.64132.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 34.75%
GREEN value IS 30 (12.11% from 255) = 25.42%
BLUE value IS 47 (18.75% from 255) = 39.83%
R=34.75%
G=25.42%
B=39.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4130470.130.3600.82278.8222.0815.1
Hex291E2FD2405211716f
Octal513657154401224272617
Binary10100111110101111110110010001010010100010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,30,47); }

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

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

 a { background-color: rgb(41,30,47); }

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

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

 span { border-color: rgb(41,30,47); }

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