#290A40

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

Shades of Blackcurrant #290A40

Tints of Blackcurrant #290A40

Color information

#290A40 (or 0x290A40) is unknown color: approx Blackcurrant. HEX triplet: 29, 0A and 40. RGB value is (41,10,64). Sum of RGB (Red+Green+Blue) = 41+10+64=115 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.65% from 115); Green value is 10 (4.30% from 255 or 8.70% from 115); Blue value is 64 (25.39% from 255 or 55.65% from 115); Max value from RGB is 64 - color contains mainly: blue. Hex color #290A40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290A40 is #D6F5BF. Grayscale: #191919. Windows color (decimal): -14087616 or 4196905. OLE color: 4196905.

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

Color convert

RGB411064-
CMYK0.360.8400.75
HSL274.44º72.97%14.51%-
HSV(B)274.44º84.38%25.1%-
XYZ1.951.064.95-
YUV25.42149.77139.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.65%
GREEN value IS 10 (4.30% from 255) = 8.70%
BLUE value IS 64 (25.39% from 255) = 55.65%
R=35.65%
G=8.70%
B=55.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4110640.360.8400.75274.4472.9714.51
Hex29A40245404B11249f
Octal511210044124011342211117
Binary1010011010100000010010010101000100101110001001010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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