#29133D

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

Shades of Blackcurrant #29133D

Tints of Blackcurrant #29133D

Color information

#29133D (or 0x29133D) is unknown color: approx Blackcurrant. HEX triplet: 29, 13 and 3D. RGB value is (41,19,61). Sum of RGB (Red+Green+Blue) = 41+19+61=121 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.88% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 61 (24.22% from 255 or 50.41% from 121); Max value from RGB is 61 - color contains mainly: blue. Hex color #29133D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29133D is #D6ECC2. Grayscale: #1E1E1E. Windows color (decimal): -14085315 or 4002601. OLE color: 4002601.

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

Color convert

RGB411961-
CMYK0.330.6900.76
HSL271.43º52.5%15.69%-
HSV(B)271.43º68.85%23.92%-
XYZ1.991.274.56-
YUV30.37145.29135.58-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.88%
GREEN value IS 19 (7.81% from 255) = 15.70%
BLUE value IS 61 (24.22% from 255) = 50.41%
R=33.88%
G=15.70%
B=50.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4119610.330.6900.76271.4352.515.69
Hex29133D214504C10f3410
Octal5123754110501144176420
Binary1010011001111110110000110001010100110010000111111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29133D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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