#291531

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

Shades of Blackcurrant #291531

Tints of Blackcurrant #291531

Color information

#291531 (or 0x291531) is unknown color: approx Blackcurrant. HEX triplet: 29, 15 and 31. RGB value is (41,21,49). Sum of RGB (Red+Green+Blue) = 41+21+49=111 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.94% from 111); Green value is 21 (8.59% from 255 or 18.92% from 111); Blue value is 49 (19.53% from 255 or 44.14% from 111); Max value from RGB is 49 - color contains mainly: blue. Hex color #291531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291531 is #D6EACE. Grayscale: #1E1E1E. Windows color (decimal): -14084815 or 3216681. OLE color: 3216681.

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

Color convert

RGB412149-
CMYK0.160.5700.81
HSL282.86º40%13.73%-
HSV(B)282.86º57.14%19.22%-
XYZ1.741.233.05-
YUV30.17138.63135.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 36.94%
GREEN value IS 21 (8.59% from 255) = 18.92%
BLUE value IS 49 (19.53% from 255) = 44.14%
R=36.94%
G=18.92%
B=44.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4121490.160.5700.81282.864013.73
Hex291531103905111b28e
Octal512561207101214335016
Binary1010011010111000110000111001010100011000110111010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291531; }

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

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

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

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

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

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

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

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