#290A34

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

Shades of Blackcurrant #290A34

Tints of Blackcurrant #290A34

Color information

#290A34 (or 0x290A34) is unknown color: approx Blackcurrant. HEX triplet: 29, 0A and 34. RGB value is (41,10,52). Sum of RGB (Red+Green+Blue) = 41+10+52=103 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.81% from 103); Green value is 10 (4.30% from 255 or 9.71% from 103); Blue value is 52 (20.70% from 255 or 50.49% from 103); Max value from RGB is 52 - color contains mainly: blue. Hex color #290A34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290A34 is #D6F5CB. Grayscale: #171717. Windows color (decimal): -14087628 or 3410473. OLE color: 3410473.

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

Color convert

RGB411052-
CMYK0.210.8100.80
HSL284.29º67.74%12.16%-
HSV(B)284.29º80.77%20.39%-
XYZ1.640.943.34-
YUV24.06143.77140.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 39.81%
GREEN value IS 10 (4.30% from 255) = 9.71%
BLUE value IS 52 (20.70% from 255) = 50.49%
R=39.81%
G=9.71%
B=50.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4110520.210.8100.80284.2967.7412.16
Hex29A34155105011c44c
Octal51126425121012043410414
Binary10100110101101001010110100010101000010001110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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