#29163A

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

Shades of Blackcurrant #29163A

Tints of Blackcurrant #29163A

Color information

#29163A (or 0x29163A) is unknown color: approx Blackcurrant. HEX triplet: 29, 16 and 3A. RGB value is (41,22,58). Sum of RGB (Red+Green+Blue) = 41+22+58=121 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.88% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 58 (23.05% from 255 or 47.93% from 121); Max value from RGB is 58 - color contains mainly: blue. Hex color #29163A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29163A is #D6E9C5. Grayscale: #1F1F1F. Windows color (decimal): -14084550 or 3806761. OLE color: 3806761.

HSL color Cylindrical-coordinate representation of color #29163A: hue angle of 271.67º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #29163A is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB412258-
CMYK0.290.6200.77
HSL271.67º45%15.69%-
HSV(B)271.67º62.07%22.75%-
XYZ1.971.354.16-
YUV31.79142.79134.57-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.88%
GREEN value IS 22 (8.98% from 255) = 18.18%
BLUE value IS 58 (23.05% from 255) = 47.93%
R=33.88%
G=18.18%
B=47.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4122580.290.6200.77271.674515.69
Hex29163A1D3E04D1102d10
Octal512672357601154205520
Binary10100110110111010111011111100100110110001000010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29163A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29163A; }

 p { color: rgb(41,22,58); }

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

<style>
 a { background-color: #29163A; }

 a { background-color: rgb(41,22,58); }

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

<style>
 span { border-color: #29163A; }

 span { border-color: rgb(41,22,58); }

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