#29022D

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

Shades of Blackcurrant #29022D

Tints of Blackcurrant #29022D

Color information

#29022D (or 0x29022D) is unknown color: approx Blackcurrant. HEX triplet: 29, 02 and 2D. RGB value is (41,2,45). Sum of RGB (Red+Green+Blue) = 41+2+45=88 (11% of max value = 765). Red value is 41 (16.41% from 255 or 46.59% from 88); Green value is 2 (1.17% from 255 or 2.27% from 88); Blue value is 45 (17.97% from 255 or 51.14% from 88); Max value from RGB is 45 - color contains mainly: blue. Hex color #29022D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29022D is #D6FDD2. Grayscale: #121212. Windows color (decimal): -14089683 or 2949673. OLE color: 2949673.

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

Color convert

RGB41245-
CMYK0.090.9600.82
HSL294.42º91.49%9.22%-
HSV(B)294.42º95.56%17.65%-
XYZ1.410.72.54-
YUV18.56142.92144-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 46.59%
GREEN value IS 2 (1.17% from 255) = 2.27%
BLUE value IS 45 (17.97% from 255) = 51.14%
R=46.59%
G=2.27%
B=51.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal412450.090.9600.82294.4291.499.22
Hex2922D9600521265b9
Octal5125511140012244613311
Binary10100110101101100111000000101001010010011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29022D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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