#29142E

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

Shades of Blackcurrant #29142E

Tints of Blackcurrant #29142E

Color information

#29142E (or 0x29142E) is unknown color: approx Blackcurrant. HEX triplet: 29, 14 and 2E. RGB value is (41,20,46). Sum of RGB (Red+Green+Blue) = 41+20+46=107 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.32% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 46 (18.36% from 255 or 42.99% from 107); Max value from RGB is 46 - color contains mainly: blue. Hex color #29142E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29142E is #D6EBD1. Grayscale: #1D1D1D. Windows color (decimal): -14085074 or 3019817. OLE color: 3019817.

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

Color convert

RGB412046-
CMYK0.110.5700.82
HSL288.46º39.39%12.94%-
HSV(B)288.46º56.52%18.04%-
XYZ1.661.172.72-
YUV29.24137.46136.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 38.32%
GREEN value IS 20 (8.20% from 255) = 18.69%
BLUE value IS 46 (18.36% from 255) = 42.99%
R=38.32%
G=18.69%
B=42.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4120460.110.5700.82288.4639.3912.94
Hex29142EB3905212027d
Octal512456137101224404715
Binary101001101001011101011111001010100101001000001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29142E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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