#29202E

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

Shades of Blackcurrant #29202E

Tints of Blackcurrant #29202E

Color information

#29202E (or 0x29202E) is unknown color: approx Blackcurrant. HEX triplet: 29, 20 and 2E. RGB value is (41,32,46). Sum of RGB (Red+Green+Blue) = 41+32+46=119 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.45% from 119); Green value is 32 (12.89% from 255 or 26.89% from 119); Blue value is 46 (18.36% from 255 or 38.66% from 119); Max value from RGB is 46 - color contains mainly: blue. Hex color #29202E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29202E is #D6DFD1. Grayscale: #242424. Windows color (decimal): -14082002 or 3022889. OLE color: 3022889.

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

Color convert

RGB413246-
CMYK0.110.3000.82
HSL278.57º17.95%15.29%-
HSV(B)278.57º30.43%18.04%-
XYZ1.921.72.81-
YUV36.29133.48131.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 34.45%
GREEN value IS 32 (12.89% from 255) = 26.89%
BLUE value IS 46 (18.36% from 255) = 38.66%
R=34.45%
G=26.89%
B=38.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4132460.110.3000.82278.5717.9515.29
Hex29202EB1E05211712f
Octal514056133601224272217
Binary10100110000010111010111111001010010100010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29202E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29202E; }

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

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

<style>
 a { background-color: #29202E; }

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

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

<style>
 span { border-color: #29202E; }

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

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