#291D2E

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

Shades of Blackcurrant #291D2E

Tints of Blackcurrant #291D2E

Color information

#291D2E (or 0x291D2E) is unknown color: approx Blackcurrant. HEX triplet: 29, 1D and 2E. RGB value is (41,29,46). Sum of RGB (Red+Green+Blue) = 41+29+46=116 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.34% from 116); Green value is 29 (11.72% from 255 or 25% from 116); Blue value is 46 (18.36% from 255 or 39.66% from 116); Max value from RGB is 46 - color contains mainly: blue. Hex color #291D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291D2E is #D6E2D1. Grayscale: #222222. Windows color (decimal): -14082770 or 3022121. OLE color: 3022121.

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

Color convert

RGB412946-
CMYK0.110.3700.82
HSL282.35º22.67%14.71%-
HSV(B)282.35º36.96%18.04%-
XYZ1.851.552.79-
YUV34.53134.48132.62-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.34%
GREEN value IS 29 (11.72% from 255) = 25%
BLUE value IS 46 (18.36% from 255) = 39.66%
R=35.34%
G=25%
B=39.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4129460.110.3700.82282.3522.6714.71
Hex291D2EB2505211a17f
Octal513556134501224322717
Binary10100111101101110101110010101010010100011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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