#29162D

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

Shades of Blackcurrant #29162D

Tints of Blackcurrant #29162D

Color information

#29162D (or 0x29162D) is unknown color: approx Blackcurrant. HEX triplet: 29, 16 and 2D. RGB value is (41,22,45). Sum of RGB (Red+Green+Blue) = 41+22+45=108 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.96% from 108); Green value is 22 (8.98% from 255 or 20.37% from 108); Blue value is 45 (17.97% from 255 or 41.67% from 108); Max value from RGB is 45 - color contains mainly: blue. Hex color #29162D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29162D is #D6E9D2. Grayscale: #1E1E1E. Windows color (decimal): -14084563 or 2954793. OLE color: 2954793.

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

Color convert

RGB412245-
CMYK0.090.5100.82
HSL289.57º34.33%13.14%-
HSV(B)289.57º51.11%17.65%-
XYZ1.681.232.63-
YUV30.3136.29135.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 37.96%
GREEN value IS 22 (8.98% from 255) = 20.37%
BLUE value IS 45 (17.97% from 255) = 41.67%
R=37.96%
G=20.37%
B=41.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4122450.090.5100.82289.5734.3313.14
Hex29162D93305212222d
Octal512655116301224424215
Binary101001101101011011001110011010100101001000101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29162D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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