#29162F

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

Shades of Blackcurrant #29162F

Tints of Blackcurrant #29162F

Color information

#29162F (or 0x29162F) is unknown color: approx Blackcurrant. HEX triplet: 29, 16 and 2F. RGB value is (41,22,47). Sum of RGB (Red+Green+Blue) = 41+22+47=110 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.27% from 110); Green value is 22 (8.98% from 255 or 20% from 110); Blue value is 47 (18.75% from 255 or 42.73% from 110); Max value from RGB is 47 - color contains mainly: blue. Hex color #29162F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29162F is #D6E9D0. Grayscale: #1E1E1E. Windows color (decimal): -14084561 or 3085865. OLE color: 3085865.

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

Color convert

RGB412247-
CMYK0.130.5300.82
HSL285.6º36.23%13.53%-
HSV(B)285.6º53.19%18.43%-
XYZ1.711.252.84-
YUV30.53137.29135.47-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 37.27%
GREEN value IS 22 (8.98% from 255) = 20%
BLUE value IS 47 (18.75% from 255) = 42.73%
R=37.27%
G=20%
B=42.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4122470.130.5300.82285.636.2313.53
Hex29162FD3505211e24e
Octal512657156501224364416
Binary101001101101011111101110101010100101000111101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29162F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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