#291F2F

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

Shades of Blackcurrant #291F2F

Tints of Blackcurrant #291F2F

Color information

#291F2F (or 0x291F2F) is unknown color: approx Blackcurrant. HEX triplet: 29, 1F and 2F. RGB value is (41,31,47). Sum of RGB (Red+Green+Blue) = 41+31+47=119 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.45% from 119); Green value is 31 (12.5% from 255 or 26.05% from 119); Blue value is 47 (18.75% from 255 or 39.50% from 119); Max value from RGB is 47 - color contains mainly: blue. Hex color #291F2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291F2F is #D6E0D0. Grayscale: #232323. Windows color (decimal): -14082257 or 3088169. OLE color: 3088169.

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

Color convert

RGB413147-
CMYK0.130.3400.82
HSL277.5º20.51%15.29%-
HSV(B)277.5º34.04%18.43%-
XYZ1.921.662.91-
YUV35.81134.31131.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 34.45%
GREEN value IS 31 (12.5% from 255) = 26.05%
BLUE value IS 47 (18.75% from 255) = 39.50%
R=34.45%
G=26.05%
B=39.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4131470.130.3400.82277.520.5115.29
Hex291F2FD2205211615f
Octal513757154201224262517
Binary10100111111101111110110001001010010100010110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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