#29112E

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

Shades of Blackcurrant #29112E

Tints of Blackcurrant #29112E

Color information

#29112E (or 0x29112E) is unknown color: approx Blackcurrant. HEX triplet: 29, 11 and 2E. RGB value is (41,17,46). Sum of RGB (Red+Green+Blue) = 41+17+46=104 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.42% from 104); Green value is 17 (7.03% from 255 or 16.35% from 104); Blue value is 46 (18.36% from 255 or 44.23% from 104); Max value from RGB is 46 - color contains mainly: blue. Hex color #29112E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29112E is #D6EED1. Grayscale: #1B1B1B. Windows color (decimal): -14085842 or 3019049. OLE color: 3019049.

HSL color Cylindrical-coordinate representation of color #29112E: hue angle of 289.66º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #29112E is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB411746-
CMYK0.110.6300.82
HSL289.66º46.03%12.35%-
HSV(B)289.66º63.04%18.04%-
XYZ1.611.072.71-
YUV27.48138.45137.64-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 39.42%
GREEN value IS 17 (7.03% from 255) = 16.35%
BLUE value IS 46 (18.36% from 255) = 44.23%
R=39.42%
G=16.35%
B=44.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4117460.110.6300.82289.6646.0312.35
Hex29112EB3F0521222ec
Octal512156137701224425614
Binary101001100011011101011111111010100101001000101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29112E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29112E; }

 p { color: rgb(41,17,46); }

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

<style>
 a { background-color: #29112E; }

 a { background-color: rgb(41,17,46); }

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

<style>
 span { border-color: #29112E; }

 span { border-color: rgb(41,17,46); }

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