#29242E

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

Shades of Blackcurrant #29242E

Tints of Blackcurrant #29242E

Color information

#29242E (or 0x29242E) is unknown color: approx Blackcurrant. HEX triplet: 29, 24 and 2E. RGB value is (41,36,46). Sum of RGB (Red+Green+Blue) = 41+36+46=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 46 (18.36% from 255 or 37.40% from 123); Max value from RGB is 46 - color contains mainly: blue. Hex color #29242E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29242E is #D6DBD1. Grayscale: #262626. Windows color (decimal): -14080978 or 3023913. OLE color: 3023913.

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

Color convert

RGB413646-
CMYK0.110.2200.82
HSL270º12.2%16.08%-
HSV(B)270º21.74%18.04%-
XYZ2.041.932.85-
YUV38.64132.16129.69-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.33%
GREEN value IS 36 (14.45% from 255) = 29.27%
BLUE value IS 46 (18.36% from 255) = 37.40%
R=33.33%
G=29.27%
B=37.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4136460.110.2200.8227012.216.08
Hex29242EB1605210ec10
Octal514456132601224161420
Binary10100110010010111010111011001010010100001110110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29242E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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