#291431

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

Shades of Blackcurrant #291431

Tints of Blackcurrant #291431

Color information

#291431 (or 0x291431) is unknown color: approx Blackcurrant. HEX triplet: 29, 14 and 31. RGB value is (41,20,49). Sum of RGB (Red+Green+Blue) = 41+20+49=110 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.27% from 110); Green value is 20 (8.20% from 255 or 18.18% from 110); Blue value is 49 (19.53% from 255 or 44.55% from 110); Max value from RGB is 49 - color contains mainly: blue. Hex color #291431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291431 is #D6EBCE. Grayscale: #1D1D1D. Windows color (decimal): -14085071 or 3216425. OLE color: 3216425.

HSL color Cylindrical-coordinate representation of color #291431: hue angle of 283.45º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #291431 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB412049-
CMYK0.160.5900.81
HSL283.45º42.03%13.53%-
HSV(B)283.45º59.18%19.22%-
XYZ1.721.193.05-
YUV29.58138.96136.14-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 37.27%
GREEN value IS 20 (8.20% from 255) = 18.18%
BLUE value IS 49 (19.53% from 255) = 44.55%
R=37.27%
G=18.18%
B=44.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4120490.160.5900.81283.4542.0313.53
Hex291431103B05111b2ae
Octal512461207301214335216
Binary1010011010011000110000111011010100011000110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291431; }

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

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

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

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

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

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

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

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