#290B46

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

Shades of Blackcurrant #290B46

Tints of Blackcurrant #290B46

Color information

#290B46 (or 0x290B46) is unknown color: approx Blackcurrant. HEX triplet: 29, 0B and 46. RGB value is (41,11,70). Sum of RGB (Red+Green+Blue) = 41+11+70=122 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.61% from 122); Green value is 11 (4.69% from 255 or 9.02% from 122); Blue value is 70 (27.73% from 255 or 57.38% from 122); Max value from RGB is 70 - color contains mainly: blue. Hex color #290B46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290B46 is #D6F4B9. Grayscale: #1A1A1A. Windows color (decimal): -14087354 or 4590377. OLE color: 4590377.

HSL color Cylindrical-coordinate representation of color #290B46: hue angle of 270.51º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #290B46 is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB411170-
CMYK0.410.8400.73
HSL270.51º72.84%15.88%-
HSV(B)270.51º84.29%27.45%-
XYZ2.141.155.9-
YUV26.7152.44138.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.61%
GREEN value IS 11 (4.69% from 255) = 9.02%
BLUE value IS 70 (27.73% from 255) = 57.38%
R=33.61%
G=9.02%
B=57.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4111700.410.8400.73270.5172.8415.88
Hex29B46295404910f4910
Octal511310651124011141711120
Binary10100110111000110101001101010001001001100001111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,11,70); }

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

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

 a { background-color: rgb(41,11,70); }

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

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

 span { border-color: rgb(41,11,70); }

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