#291640

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

Shades of Blackcurrant #291640

Tints of Blackcurrant #291640

Color information

#291640 (or 0x291640) is unknown color: approx Blackcurrant. HEX triplet: 29, 16 and 40. RGB value is (41,22,64). Sum of RGB (Red+Green+Blue) = 41+22+64=127 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.28% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 64 (25.39% from 255 or 50.39% from 127); Max value from RGB is 64 - color contains mainly: blue. Hex color #291640 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291640 is #D6E9BF. Grayscale: #202020. Windows color (decimal): -14084544 or 4199977. OLE color: 4199977.

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

Color convert

RGB412264-
CMYK0.360.6600.75
HSL267.14º48.84%16.86%-
HSV(B)267.14º65.62%25.1%-
XYZ2.131.425.01-
YUV32.47145.79134.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.28%
GREEN value IS 22 (8.98% from 255) = 17.32%
BLUE value IS 64 (25.39% from 255) = 50.39%
R=32.28%
G=17.32%
B=50.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4122640.360.6600.75267.1448.8416.86
Hex291640244204B10b3111
Octal51261004410201134136121
Binary10100110110100000010010010000100100101110000101111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291640; }

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

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

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

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

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

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

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

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