#290F40

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

Shades of Blackcurrant #290F40

Tints of Blackcurrant #290F40

Color information

#290F40 (or 0x290F40) is unknown color: approx Blackcurrant. HEX triplet: 29, 0F and 40. RGB value is (41,15,64). Sum of RGB (Red+Green+Blue) = 41+15+64=120 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.17% from 120); Green value is 15 (6.25% from 255 or 12.5% from 120); Blue value is 64 (25.39% from 255 or 53.33% from 120); Max value from RGB is 64 - color contains mainly: blue. Hex color #290F40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290F40 is #D6F0BF. Grayscale: #1C1C1C. Windows color (decimal): -14086336 or 4198185. OLE color: 4198185.

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

Color convert

RGB411564-
CMYK0.360.7700.75
HSL271.84º62.03%15.49%-
HSV(B)271.84º76.56%25.1%-
XYZ2.011.184.97-
YUV28.36148.11137.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 34.17%
GREEN value IS 15 (6.25% from 255) = 12.5%
BLUE value IS 64 (25.39% from 255) = 53.33%
R=34.17%
G=12.5%
B=53.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4115640.360.7700.75271.8462.0315.49
Hex29F40244D04B1103ef
Octal51171004411501134207617
Binary101001111110000001001001001101010010111000100001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290F40; }

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

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

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

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

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

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

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

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