#291340

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

Shades of Blackcurrant #291340

Tints of Blackcurrant #291340

Color information

#291340 (or 0x291340) is unknown color: approx Blackcurrant. HEX triplet: 29, 13 and 40. RGB value is (41,19,64). Sum of RGB (Red+Green+Blue) = 41+19+64=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 64 (25.39% from 255 or 51.61% from 124); Max value from RGB is 64 - color contains mainly: blue. Hex color #291340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291340 is #D6ECBF. Grayscale: #1E1E1E. Windows color (decimal): -14085312 or 4199209. OLE color: 4199209.

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

Color convert

RGB411964-
CMYK0.360.7000.75
HSL269.33º54.22%16.27%-
HSV(B)269.33º70.31%25.1%-
XYZ2.071.314.99-
YUV30.71146.79135.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.06%
GREEN value IS 19 (7.81% from 255) = 15.32%
BLUE value IS 64 (25.39% from 255) = 51.61%
R=33.06%
G=15.32%
B=51.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4119640.360.7000.75269.3354.2216.27
Hex291340244604B10d3610
Octal51231004410601134156620
Binary10100110011100000010010010001100100101110000110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291340; }

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

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

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

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

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

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

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

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