#291344

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

Shades of Blackcurrant #291344

Tints of Blackcurrant #291344

Color information

#291344 (or 0x291344) is unknown color: approx Blackcurrant. HEX triplet: 29, 13 and 44. RGB value is (41,19,68). Sum of RGB (Red+Green+Blue) = 41+19+68=128 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.03% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 68 (26.95% from 255 or 53.12% from 128); Max value from RGB is 68 - color contains mainly: blue. Hex color #291344 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291344 is #D6ECBB. Grayscale: #1E1E1E. Windows color (decimal): -14085308 or 4461353. OLE color: 4461353.

HSL color Cylindrical-coordinate representation of color #291344: hue angle of 266.94º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #291344 is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB411968-
CMYK0.400.7200.73
HSL266.94º56.32%17.06%-
HSV(B)266.94º72.06%26.67%-
XYZ2.191.355.61-
YUV31.16148.79135.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.03%
GREEN value IS 19 (7.81% from 255) = 14.84%
BLUE value IS 68 (26.95% from 255) = 53.12%
R=32.03%
G=14.84%
B=53.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4119680.400.7200.73266.9456.3217.06
Hex291344284804910b3811
Octal51231045011001114137021
Binary10100110011100010010100010010000100100110000101111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291344; }

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

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

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

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

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

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

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

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