#290A4A

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

Shades of Blackcurrant #290A4A

Tints of Blackcurrant #290A4A

Color information

#290A4A (or 0x290A4A) is unknown color: approx Blackcurrant. HEX triplet: 29, 0A and 4A. RGB value is (41,10,74). Sum of RGB (Red+Green+Blue) = 41+10+74=125 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.8% from 125); Green value is 10 (4.30% from 255 or 8% from 125); Blue value is 74 (29.30% from 255 or 59.2% from 125); Max value from RGB is 74 - color contains mainly: blue. Hex color #290A4A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290A4A is #D6F5B5. Grayscale: #1A1A1A. Windows color (decimal): -14087606 or 4852265. OLE color: 4852265.

HSL color Cylindrical-coordinate representation of color #290A4A: hue angle of 269.06º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #290A4A is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB411074-
CMYK0.450.8600.71
HSL269.06º76.19%16.47%-
HSV(B)269.06º86.49%29.02%-
XYZ2.261.186.59-
YUV26.56154.77138.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.8%
GREEN value IS 10 (4.30% from 255) = 8%
BLUE value IS 74 (29.30% from 255) = 59.2%
R=32.8%
G=8%
B=59.2%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4110740.450.8600.71269.0676.1916.47
Hex29A4A2D5604710d4c10
Octal511211255126010741511420
Binary10100110101001010101101101011001000111100001101100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,10,74); }

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

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

 a { background-color: rgb(41,10,74); }

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

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

 span { border-color: rgb(41,10,74); }

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