#290B32

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

Shades of Blackcurrant #290B32

Tints of Blackcurrant #290B32

Color information

#290B32 (or 0x290B32) is unknown color: approx Blackcurrant. HEX triplet: 29, 0B and 32. RGB value is (41,11,50). Sum of RGB (Red+Green+Blue) = 41+11+50=102 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.20% from 102); Green value is 11 (4.69% from 255 or 10.78% from 102); Blue value is 50 (19.92% from 255 or 49.02% from 102); Max value from RGB is 50 - color contains mainly: blue. Hex color #290B32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290B32 is #D6F4CD. Grayscale: #181818. Windows color (decimal): -14087374 or 3279657. OLE color: 3279657.

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

Color convert

RGB411150-
CMYK0.180.7800.80
HSL286.15º63.93%11.96%-
HSV(B)286.15º78%19.61%-
XYZ1.610.943.11-
YUV24.42142.44139.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 40.20%
GREEN value IS 11 (4.69% from 255) = 10.78%
BLUE value IS 50 (19.92% from 255) = 49.02%
R=40.20%
G=10.78%
B=49.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4111500.180.7800.80286.1563.9311.96
Hex29B32124E05011e40c
Octal51136222116012043610014
Binary10100110111100101001010011100101000010001111010000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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