#290041

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

Shades of Blackcurrant #290041

Tints of Blackcurrant #290041

Color information

#290041 (or 0x290041) is unknown color: approx Blackcurrant. HEX triplet: 29, 00 and 41. RGB value is (41,0,65). Sum of RGB (Red+Green+Blue) = 41+0+65=106 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.68% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 65 (25.78% from 255 or 61.32% from 106); Max value from RGB is 65 - color contains mainly: blue. Hex color #290041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290041 is #D6FFBE. Grayscale: #131313. Windows color (decimal): -14090175 or 4259881. OLE color: 4259881.

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

Color convert

RGB41065-
CMYK0.37100.75
HSL277.85º100%12.75%-
HSV(B)277.85º100%25.49%-
XYZ1.870.855.07-
YUV19.67153.58143.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 38.68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 65 (25.78% from 255) = 61.32%
R=38.68%
G=0%
B=61.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal410650.37100.75277.8510012.75
Hex29041256404B11664d
Octal51010145144011342614415
Binary1010010100000110010111001000100101110001011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290041; }

 p { color: rgb(41,0,65); }

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

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

 a { background-color: rgb(41,0,65); }

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

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

 span { border-color: rgb(41,0,65); }

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