#29232D

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

Shades of Blackcurrant #29232D

Tints of Blackcurrant #29232D

Color information

#29232D (or 0x29232D) is unknown color: approx Blackcurrant. HEX triplet: 29, 23 and 2D. RGB value is (41,35,45). Sum of RGB (Red+Green+Blue) = 41+35+45=121 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.88% from 121); Green value is 35 (14.06% from 255 or 28.93% from 121); Blue value is 45 (17.97% from 255 or 37.19% from 121); Max value from RGB is 45 - color contains mainly: blue. Hex color #29232D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29232D is #D6DCD2. Grayscale: #252525. Windows color (decimal): -14081235 or 2958121. OLE color: 2958121.

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

Color convert

RGB413545-
CMYK0.090.2200.82
HSL276º12.5%15.69%-
HSV(B)276º22.22%17.65%-
XYZ1.991.862.74-
YUV37.93131.99130.19-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.88%
GREEN value IS 35 (14.06% from 255) = 28.93%
BLUE value IS 45 (17.97% from 255) = 37.19%
R=33.88%
G=28.93%
B=37.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4135450.090.2200.8227612.515.69
Hex29232D916052114c10
Octal514355112601224241420
Binary10100110001110110110011011001010010100010100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29232D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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