#29193D

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

Shades of Blackcurrant #29193D

Tints of Blackcurrant #29193D

Color information

#29193D (or 0x29193D) is unknown color: approx Blackcurrant. HEX triplet: 29, 19 and 3D. RGB value is (41,25,61). Sum of RGB (Red+Green+Blue) = 41+25+61=127 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.28% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 61 (24.22% from 255 or 48.03% from 127); Max value from RGB is 61 - color contains mainly: blue. Hex color #29193D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29193D is #D6E6C2. Grayscale: #212121. Windows color (decimal): -14083779 or 4004137. OLE color: 4004137.

HSL color Cylindrical-coordinate representation of color #29193D: hue angle of 266.67º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #29193D is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB412561-
CMYK0.330.5900.76
HSL266.67º41.86%16.86%-
HSV(B)266.67º59.02%23.92%-
XYZ2.11.54.59-
YUV33.89143.3133.07-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.28%
GREEN value IS 25 (10.16% from 255) = 19.69%
BLUE value IS 61 (24.22% from 255) = 48.03%
R=32.28%
G=19.69%
B=48.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4125610.330.5900.76266.6741.8616.86
Hex29193D213B04C10b2a11
Octal513175417301144135221
Binary101001110011111011000011110110100110010000101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29193D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29193D; }

 p { color: rgb(41,25,61); }

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

<style>
 a { background-color: #29193D; }

 a { background-color: rgb(41,25,61); }

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

<style>
 span { border-color: #29193D; }

 span { border-color: rgb(41,25,61); }

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