#291032

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

Shades of Blackcurrant #291032

Tints of Blackcurrant #291032

Color information

#291032 (or 0x291032) is unknown color: approx Blackcurrant. HEX triplet: 29, 10 and 32. RGB value is (41,16,50). Sum of RGB (Red+Green+Blue) = 41+16+50=107 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.32% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 50 (19.92% from 255 or 46.73% from 107); Max value from RGB is 50 - color contains mainly: blue. Hex color #291032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291032 is #D6EFCD. Grayscale: #1B1B1B. Windows color (decimal): -14086094 or 3280937. OLE color: 3280937.

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

Color convert

RGB411650-
CMYK0.180.6800.80
HSL284.12º51.52%12.94%-
HSV(B)284.12º68%19.61%-
XYZ1.681.073.14-
YUV27.35140.78137.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 38.32%
GREEN value IS 16 (6.64% from 255) = 14.95%
BLUE value IS 50 (19.92% from 255) = 46.73%
R=38.32%
G=14.95%
B=46.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4116500.180.6800.80284.1251.5212.94
Hex291032124405011c34d
Octal5120622210401204346415
Binary10100110000110010100101000100010100001000111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291032; }

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

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

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

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

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

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

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

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