#291D2D

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

Shades of Blackcurrant #291D2D

Tints of Blackcurrant #291D2D

Color information

#291D2D (or 0x291D2D) is unknown color: approx Blackcurrant. HEX triplet: 29, 1D and 2D. RGB value is (41,29,45). Sum of RGB (Red+Green+Blue) = 41+29+45=115 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.65% from 115); Green value is 29 (11.72% from 255 or 25.22% from 115); Blue value is 45 (17.97% from 255 or 39.13% from 115); Max value from RGB is 45 - color contains mainly: blue. Hex color #291D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291D2D is #D6E2D2. Grayscale: #222222. Windows color (decimal): -14082771 or 2956585. OLE color: 2956585.

HSL color Cylindrical-coordinate representation of color #291D2D: hue angle of 285º 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 #291D2D is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB412945-
CMYK0.090.3600.82
HSL285º21.62%14.51%-
HSV(B)285º35.56%17.65%-
XYZ1.831.542.68-
YUV34.41133.98132.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.65%
GREEN value IS 29 (11.72% from 255) = 25.22%
BLUE value IS 45 (17.97% from 255) = 39.13%
R=35.65%
G=25.22%
B=39.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4129450.090.3600.8228521.6214.51
Hex291D2D92405211d16f
Octal513555114401224352617
Binary10100111101101101100110010001010010100011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,29,45); }

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

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

 a { background-color: rgb(41,29,45); }

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

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

 span { border-color: rgb(41,29,45); }

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