#29232C

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

Shades of Blackcurrant #29232C

Tints of Blackcurrant #29232C

Color information

#29232C (or 0x29232C) is unknown color: approx Blackcurrant. HEX triplet: 29, 23 and 2C. RGB value is (41,35,44). Sum of RGB (Red+Green+Blue) = 41+35+44=120 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.17% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 44 (17.58% from 255 or 36.67% from 120); Max value from RGB is 44 - color contains mainly: blue. Hex color #29232C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29232C is #D6DCD3. Grayscale: #252525. Windows color (decimal): -14081236 or 2892585. OLE color: 2892585.

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

Color convert

RGB413544-
CMYK0.070.2000.83
HSL280º11.39%15.49%-
HSV(B)280º20.45%17.25%-
XYZ1.971.862.64-
YUV37.82131.49130.27-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 34.17%
GREEN value IS 35 (14.06% from 255) = 29.17%
BLUE value IS 44 (17.58% from 255) = 36.67%
R=34.17%
G=29.17%
B=36.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4135440.070.2000.8328011.3915.49
Hex29232C714053118bf
Octal51435472401234301317
Binary101001100011101100111101000101001110001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29232C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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