#291031

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

Shades of Blackcurrant #291031

Tints of Blackcurrant #291031

Color information

#291031 (or 0x291031) is unknown color: approx Blackcurrant. HEX triplet: 29, 10 and 31. RGB value is (41,16,49). Sum of RGB (Red+Green+Blue) = 41+16+49=106 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.68% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 49 (19.53% from 255 or 46.23% from 106); Max value from RGB is 49 - color contains mainly: blue. Hex color #291031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291031 is #D6EFCE. Grayscale: #1B1B1B. Windows color (decimal): -14086095 or 3215401. OLE color: 3215401.

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

Color convert

RGB411649-
CMYK0.160.6700.81
HSL285.45º50.77%12.75%-
HSV(B)285.45º67.35%19.22%-
XYZ1.651.063.02-
YUV27.24140.28137.82-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 38.68%
GREEN value IS 16 (6.64% from 255) = 15.09%
BLUE value IS 49 (19.53% from 255) = 46.23%
R=38.68%
G=15.09%
B=46.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4116490.160.6700.81285.4550.7712.75
Hex291031104305111d33d
Octal5120612010301214356315
Binary10100110000110001100001000011010100011000111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291031; }

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

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

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

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

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

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

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

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