#290932

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

Shades of Blackcurrant #290932

Tints of Blackcurrant #290932

Color information

#290932 (or 0x290932) is unknown color: approx Blackcurrant. HEX triplet: 29, 09 and 32. RGB value is (41,9,50). Sum of RGB (Red+Green+Blue) = 41+9+50=100 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41% from 100); Green value is 9 (3.91% from 255 or 9% from 100); Blue value is 50 (19.92% from 255 or 50% from 100); Max value from RGB is 50 - color contains mainly: blue. Hex color #290932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290932 is #D6F6CD. Grayscale: #171717. Windows color (decimal): -14087886 or 3279145. OLE color: 3279145.

HSL color Cylindrical-coordinate representation of color #290932: hue angle of 286.83º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #290932 is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB41950-
CMYK0.180.8200.80
HSL286.83º69.49%11.57%-
HSV(B)286.83º82%19.61%-
XYZ1.590.93.11-
YUV23.24143.1140.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 41%
GREEN value IS 9 (3.91% from 255) = 9%
BLUE value IS 50 (19.92% from 255) = 50%
R=41%
G=9%
B=50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal419500.180.8200.80286.8369.4911.57
Hex29932125205011f45c
Octal51116222122012043710514
Binary10100110011100101001010100100101000010001111110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290932; }

 p { color: rgb(41,9,50); }

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

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

 a { background-color: rgb(41,9,50); }

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

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

 span { border-color: rgb(41,9,50); }

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