#29242D

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

Shades of Blackcurrant #29242D

Tints of Blackcurrant #29242D

Color information

#29242D (or 0x29242D) is unknown color: approx Blackcurrant. HEX triplet: 29, 24 and 2D. RGB value is (41,36,45). Sum of RGB (Red+Green+Blue) = 41+36+45=122 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.61% from 122); Green value is 36 (14.45% from 255 or 29.51% from 122); Blue value is 45 (17.97% from 255 or 36.89% from 122); Max value from RGB is 45 - color contains mainly: blue. Hex color #29242D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29242D is #D6DBD2. Grayscale: #262626. Windows color (decimal): -14080979 or 2958377. OLE color: 2958377.

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

Color convert

RGB413645-
CMYK0.090.200.82
HSL273.33º11.11%15.88%-
HSV(B)273.33º20%17.65%-
XYZ2.021.922.75-
YUV38.52131.66129.77-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.61%
GREEN value IS 36 (14.45% from 255) = 29.51%
BLUE value IS 45 (17.97% from 255) = 36.89%
R=33.61%
G=29.51%
B=36.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4136450.090.200.82273.3311.1115.88
Hex29242D914052111b10
Octal514455112401224211320
Binary10100110010010110110011010001010010100010001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29242D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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