#29252B

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

Shades of Blackcurrant #29252B

Tints of Blackcurrant #29252B

Color information

#29252B (or 0x29252B) is unknown color: approx Blackcurrant. HEX triplet: 29, 25 and 2B. RGB value is (41,37,43). Sum of RGB (Red+Green+Blue) = 41+37+43=121 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.88% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 43 (17.19% from 255 or 35.54% from 121); Max value from RGB is 43 - color contains mainly: blue. Hex color #29252B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29252B is #D6DAD4. Grayscale: #262626. Windows color (decimal): -14080725 or 2827561. OLE color: 2827561.

HSL color Cylindrical-coordinate representation of color #29252B: hue angle of 280º 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 #29252B is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB413743-
CMYK0.050.1400.83
HSL280º7.5%15.69%-
HSV(B)280º13.95%16.86%-
XYZ2.011.972.56-
YUV38.88130.33129.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.88%
GREEN value IS 37 (14.84% from 255) = 30.58%
BLUE value IS 43 (17.19% from 255) = 35.54%
R=33.88%
G=30.58%
B=35.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4137430.050.1400.832807.515.69
Hex29252B5E053118710
Octal5145535160123430720
Binary10100110010110101110111100101001110001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29252B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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