#291432

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

Shades of Blackcurrant #291432

Tints of Blackcurrant #291432

Color information

#291432 (or 0x291432) is unknown color: approx Blackcurrant. HEX triplet: 29, 14 and 32. RGB value is (41,20,50). Sum of RGB (Red+Green+Blue) = 41+20+50=111 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.94% from 111); Green value is 20 (8.20% from 255 or 18.02% from 111); Blue value is 50 (19.92% from 255 or 45.05% from 111); Max value from RGB is 50 - color contains mainly: blue. Hex color #291432 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291432 is #D6EBCD. Grayscale: #1D1D1D. Windows color (decimal): -14085070 or 3281961. OLE color: 3281961.

HSL color Cylindrical-coordinate representation of color #291432: hue angle of 282º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #291432 is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB412050-
CMYK0.180.6000.80
HSL282º42.86%13.73%-
HSV(B)282º60%19.61%-
XYZ1.741.23.16-
YUV29.7139.46136.06-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 36.94%
GREEN value IS 20 (8.20% from 255) = 18.02%
BLUE value IS 50 (19.92% from 255) = 45.05%
R=36.94%
G=18.02%
B=45.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4120500.180.6000.8028242.8613.73
Hex291432123C05011a2be
Octal512462227401204325316
Binary1010011010011001010010111100010100001000110101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291432; }

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

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

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

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

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

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

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

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