#290E44

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

Shades of Blackcurrant #290E44

Tints of Blackcurrant #290E44

Color information

#290E44 (or 0x290E44) is unknown color: approx Blackcurrant. HEX triplet: 29, 0E and 44. RGB value is (41,14,68). Sum of RGB (Red+Green+Blue) = 41+14+68=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 14 (5.86% from 255 or 11.38% from 123); Blue value is 68 (26.95% from 255 or 55.28% from 123); Max value from RGB is 68 - color contains mainly: blue. Hex color #290E44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290E44 is #D6F1BB. Grayscale: #1C1C1C. Windows color (decimal): -14086588 or 4460073. OLE color: 4460073.

HSL color Cylindrical-coordinate representation of color #290E44: hue angle of 270º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #290E44 is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB411468-
CMYK0.400.7900.73
HSL270º65.85%16.08%-
HSV(B)270º79.41%26.67%-
XYZ2.111.25.59-
YUV28.23150.45137.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.33%
GREEN value IS 14 (5.86% from 255) = 11.38%
BLUE value IS 68 (26.95% from 255) = 55.28%
R=33.33%
G=11.38%
B=55.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4114680.400.7900.7327065.8516.08
Hex29E44284F04910e4210
Octal511610450117011141610220
Binary10100111101000100101000100111101001001100001110100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,14,68); }

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

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

 a { background-color: rgb(41,14,68); }

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

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

 span { border-color: rgb(41,14,68); }

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