#29042F

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

Shades of Blackcurrant #29042F

Tints of Blackcurrant #29042F

Color information

#29042F (or 0x29042F) is unknown color: approx Blackcurrant. HEX triplet: 29, 04 and 2F. RGB value is (41,4,47). Sum of RGB (Red+Green+Blue) = 41+4+47=92 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.57% from 92); Green value is 4 (1.95% from 255 or 4.35% from 92); Blue value is 47 (18.75% from 255 or 51.09% from 92); Max value from RGB is 47 - color contains mainly: blue. Hex color #29042F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29042F is #D6FBD0. Grayscale: #131313. Windows color (decimal): -14089169 or 3081257. OLE color: 3081257.

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

Color convert

RGB41447-
CMYK0.130.9100.82
HSL291.63º84.31%10%-
HSV(B)291.63º91.49%18.43%-
XYZ1.470.762.76-
YUV19.96143.26143-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 44.57%
GREEN value IS 4 (1.95% from 255) = 4.35%
BLUE value IS 47 (18.75% from 255) = 51.09%
R=44.57%
G=4.35%
B=51.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal414470.130.9100.82291.6384.3110
Hex2942FD5B05212454a
Octal5145715133012244412412
Binary101001100101111110110110110101001010010010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29042F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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