#291440

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

Shades of Blackcurrant #291440

Tints of Blackcurrant #291440

Color information

#291440 (or 0x291440) is unknown color: approx Blackcurrant. HEX triplet: 29, 14 and 40. RGB value is (41,20,64). Sum of RGB (Red+Green+Blue) = 41+20+64=125 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.8% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 64 (25.39% from 255 or 51.2% from 125); Max value from RGB is 64 - color contains mainly: blue. Hex color #291440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291440 is #D6EBBF. Grayscale: #1F1F1F. Windows color (decimal): -14085056 or 4199465. OLE color: 4199465.

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

Color convert

RGB412064-
CMYK0.360.6900.75
HSL268.64º52.38%16.47%-
HSV(B)268.64º68.75%25.1%-
XYZ2.091.345-
YUV31.3146.46134.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.8%
GREEN value IS 20 (8.20% from 255) = 16%
BLUE value IS 64 (25.39% from 255) = 51.2%
R=32.8%
G=16%
B=51.2%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4120640.360.6900.75268.6452.3816.47
Hex291440244504B10d3410
Octal51241004410501134156420
Binary10100110100100000010010010001010100101110000110111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291440; }

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

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

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

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

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

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

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

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