#29222E

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

Shades of Blackcurrant #29222E

Tints of Blackcurrant #29222E

Color information

#29222E (or 0x29222E) is unknown color: approx Blackcurrant. HEX triplet: 29, 22 and 2E. RGB value is (41,34,46). Sum of RGB (Red+Green+Blue) = 41+34+46=121 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.88% from 121); Green value is 34 (13.67% from 255 or 28.10% from 121); Blue value is 46 (18.36% from 255 or 38.02% from 121); Max value from RGB is 46 - color contains mainly: blue. Hex color #29222E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29222E is #D6DDD1. Grayscale: #252525. Windows color (decimal): -14081490 or 3023401. OLE color: 3023401.

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

Color convert

RGB413446-
CMYK0.110.2600.82
HSL275º15%15.69%-
HSV(B)275º26.09%18.04%-
XYZ1.981.812.83-
YUV37.46132.82130.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.88%
GREEN value IS 34 (13.67% from 255) = 28.10%
BLUE value IS 46 (18.36% from 255) = 38.02%
R=33.88%
G=28.10%
B=38.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4134460.110.2600.822751515.69
Hex29222EB1A052113f10
Octal514256133201224231720
Binary10100110001010111010111101001010010100010011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29222E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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