#29262C

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

Shades of Blackcurrant #29262C

Tints of Blackcurrant #29262C

Color information

#29262C (or 0x29262C) is unknown color: approx Blackcurrant. HEX triplet: 29, 26 and 2C. RGB value is (41,38,44). Sum of RGB (Red+Green+Blue) = 41+38+44=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 44 (17.58% from 255 or 35.77% from 123); Max value from RGB is 44 - color contains mainly: blue. Hex color #29262C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29262C is #D6D9D3. Grayscale: #272727. Windows color (decimal): -14080468 or 2893353. OLE color: 2893353.

HSL color Cylindrical-coordinate representation of color #29262C: hue angle of 270º degrees, saturation: 0.07, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #29262C is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB413844-
CMYK0.070.1400.83
HSL270º7.32%16.08%-
HSV(B)270º13.64%17.25%-
XYZ2.062.042.67-
YUV39.58130.49129.01-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.33%
GREEN value IS 38 (15.23% from 255) = 30.89%
BLUE value IS 44 (17.58% from 255) = 35.77%
R=33.33%
G=30.89%
B=35.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4138440.070.1400.832707.3216.08
Hex29262C7E05310e710
Octal5146547160123416720
Binary10100110011010110011111100101001110000111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29262C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29262C; }

 p { color: rgb(41,38,44); }

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

<style>
 a { background-color: #29262C; }

 a { background-color: rgb(41,38,44); }

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

<style>
 span { border-color: #29262C; }

 span { border-color: rgb(41,38,44); }

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