#290940

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

Shades of Blackcurrant #290940

Tints of Blackcurrant #290940

Color information

#290940 (or 0x290940) is unknown color: approx Blackcurrant. HEX triplet: 29, 09 and 40. RGB value is (41,9,64). Sum of RGB (Red+Green+Blue) = 41+9+64=114 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.96% from 114); Green value is 9 (3.91% from 255 or 7.89% from 114); Blue value is 64 (25.39% from 255 or 56.14% from 114); Max value from RGB is 64 - color contains mainly: blue. Hex color #290940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290940 is #D6F6BF. Grayscale: #181818. Windows color (decimal): -14087872 or 4196649. OLE color: 4196649.

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

Color convert

RGB41964-
CMYK0.360.8600.75
HSL274.91º75.34%14.31%-
HSV(B)274.91º85.94%25.1%-
XYZ1.941.044.95-
YUV24.84150.1139.53-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.96%
GREEN value IS 9 (3.91% from 255) = 7.89%
BLUE value IS 64 (25.39% from 255) = 56.14%
R=35.96%
G=7.89%
B=56.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal419640.360.8600.75274.9175.3414.31
Hex29940245604B1134be
Octal511110044126011342311316
Binary1010011001100000010010010101100100101110001001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290940; }

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

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

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

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

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

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

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

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