#29112F

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

Shades of Blackcurrant #29112F

Tints of Blackcurrant #29112F

Color information

#29112F (or 0x29112F) is unknown color: approx Blackcurrant. HEX triplet: 29, 11 and 2F. RGB value is (41,17,47). Sum of RGB (Red+Green+Blue) = 41+17+47=105 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.05% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 47 (18.75% from 255 or 44.76% from 105); Max value from RGB is 47 - color contains mainly: blue. Hex color #29112F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29112F is #D6EED0. Grayscale: #1B1B1B. Windows color (decimal): -14085841 or 3084585. OLE color: 3084585.

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

Color convert

RGB411747-
CMYK0.130.6400.82
HSL288º46.87%12.55%-
HSV(B)288º63.83%18.43%-
XYZ1.631.082.81-
YUV27.6138.95137.56-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 39.05%
GREEN value IS 17 (7.03% from 255) = 16.19%
BLUE value IS 47 (18.75% from 255) = 44.76%
R=39.05%
G=16.19%
B=44.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4117470.130.6400.8228846.8712.55
Hex29112FD400521202fd
Octal5121571510001224405715
Binary1010011000110111111011000000010100101001000001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29112F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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