#291140

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

Shades of Blackcurrant #291140

Tints of Blackcurrant #291140

Color information

#291140 (or 0x291140) is unknown color: approx Blackcurrant. HEX triplet: 29, 11 and 40. RGB value is (41,17,64). Sum of RGB (Red+Green+Blue) = 41+17+64=122 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.61% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 64 (25.39% from 255 or 52.46% from 122); Max value from RGB is 64 - color contains mainly: blue. Hex color #291140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291140 is #D6EEBF. Grayscale: #1D1D1D. Windows color (decimal): -14085824 or 4198697. OLE color: 4198697.

HSL color Cylindrical-coordinate representation of color #291140: hue angle of 270.64º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #291140 is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB411764-
CMYK0.360.7300.75
HSL270.64º58.02%15.88%-
HSV(B)270.64º73.44%25.1%-
XYZ2.041.244.98-
YUV29.53147.45136.18-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.61%
GREEN value IS 17 (7.03% from 255) = 13.93%
BLUE value IS 64 (25.39% from 255) = 52.46%
R=33.61%
G=13.93%
B=52.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4117640.360.7300.75270.6458.0215.88
Hex291140244904B10f3a10
Octal51211004411101134177220
Binary10100110001100000010010010010010100101110000111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291140; }

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

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

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

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

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

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

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

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