#29232B

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

Shades of Blackcurrant #29232B

Tints of Blackcurrant #29232B

Color information

#29232B (or 0x29232B) is unknown color: approx Blackcurrant. HEX triplet: 29, 23 and 2B. RGB value is (41,35,43). Sum of RGB (Red+Green+Blue) = 41+35+43=119 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.45% from 119); Green value is 35 (14.06% from 255 or 29.41% from 119); Blue value is 43 (17.19% from 255 or 36.13% from 119); Max value from RGB is 43 - color contains mainly: blue. Hex color #29232B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29232B is #D6DCD4. Grayscale: #252525. Windows color (decimal): -14081237 or 2827049. OLE color: 2827049.

HSL color Cylindrical-coordinate representation of color #29232B: hue angle of 285º degrees, saturation: 0.1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #29232B is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB413543-
CMYK0.050.1900.83
HSL285º10.26%15.29%-
HSV(B)285º18.6%16.86%-
XYZ1.951.852.54-
YUV37.71130.99130.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 34.45%
GREEN value IS 35 (14.06% from 255) = 29.41%
BLUE value IS 43 (17.19% from 255) = 36.13%
R=34.45%
G=29.41%
B=36.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4135430.050.1900.8328510.2615.29
Hex29232B51305311daf
Octal51435352301234351217
Binary101001100011101011101100110101001110001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29232B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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