#29252D

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

Shades of Blackcurrant #29252D

Tints of Blackcurrant #29252D

Color information

#29252D (or 0x29252D) is unknown color: approx Blackcurrant. HEX triplet: 29, 25 and 2D. RGB value is (41,37,45). Sum of RGB (Red+Green+Blue) = 41+37+45=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 45 (17.97% from 255 or 36.59% from 123); Max value from RGB is 45 - color contains mainly: blue. Hex color #29252D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29252D is #D6DAD2. Grayscale: #272727. Windows color (decimal): -14080723 or 2958633. OLE color: 2958633.

HSL color Cylindrical-coordinate representation of color #29252D: hue angle of 270º degrees, saturation: 0.1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #29252D is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB413745-
CMYK0.090.1800.82
HSL270º9.76%16.08%-
HSV(B)270º17.78%17.65%-
XYZ2.051.982.76-
YUV39.11131.33129.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.33%
GREEN value IS 37 (14.84% from 255) = 30.08%
BLUE value IS 45 (17.97% from 255) = 36.59%
R=33.33%
G=30.08%
B=36.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4137450.090.1800.822709.7616.08
Hex29252D91205210ea10
Octal514555112201224161220
Binary10100110010110110110011001001010010100001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29252D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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