#291146

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

Shades of Blackcurrant #291146

Tints of Blackcurrant #291146

Color information

#291146 (or 0x291146) is unknown color: approx Blackcurrant. HEX triplet: 29, 11 and 46. RGB value is (41,17,70). Sum of RGB (Red+Green+Blue) = 41+17+70=128 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.03% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 70 (27.73% from 255 or 54.69% from 128); Max value from RGB is 70 - color contains mainly: blue. Hex color #291146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291146 is #D6EEB9. Grayscale: #1E1E1E. Windows color (decimal): -14085818 or 4591913. OLE color: 4591913.

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

Color convert

RGB411770-
CMYK0.410.7600.73
HSL267.17º60.92%17.06%-
HSV(B)267.17º75.71%27.45%-
XYZ2.221.315.93-
YUV30.22150.45135.69-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.03%
GREEN value IS 17 (7.03% from 255) = 13.28%
BLUE value IS 70 (27.73% from 255) = 54.69%
R=32.03%
G=13.28%
B=54.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4117700.410.7600.73267.1760.9217.06
Hex291146294C04910b3d11
Octal51211065111401114137521
Binary10100110001100011010100110011000100100110000101111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291146; }

 p { color: rgb(41,17,70); }

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

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

 a { background-color: rgb(41,17,70); }

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

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

 span { border-color: rgb(41,17,70); }

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