#290A33

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

Shades of Blackcurrant #290A33

Tints of Blackcurrant #290A33

Color information

#290A33 (or 0x290A33) is unknown color: approx Blackcurrant. HEX triplet: 29, 0A and 33. RGB value is (41,10,51). Sum of RGB (Red+Green+Blue) = 41+10+51=102 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.20% from 102); Green value is 10 (4.30% from 255 or 9.80% from 102); Blue value is 51 (20.31% from 255 or 50% from 102); Max value from RGB is 51 - color contains mainly: blue. Hex color #290A33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290A33 is #D6F5CC. Grayscale: #171717. Windows color (decimal): -14087629 or 3344937. OLE color: 3344937.

HSL color Cylindrical-coordinate representation of color #290A33: hue angle of 285.37º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #290A33 is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB411051-
CMYK0.200.8000.8
HSL285.37º67.21%11.96%-
HSV(B)285.37º80.39%20%-
XYZ1.620.933.23-
YUV23.94143.27140.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 40.20%
GREEN value IS 10 (4.30% from 255) = 9.80%
BLUE value IS 51 (20.31% from 255) = 50%
R=40.20%
G=9.80%
B=50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4110510.200.8000.8285.3767.2111.96
Hex29A33145005011d43c
Octal51126324120012043510314
Binary10100110101100111010010100000101000010001110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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