#291232

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

Shades of Blackcurrant #291232

Tints of Blackcurrant #291232

Color information

#291232 (or 0x291232) is unknown color: approx Blackcurrant. HEX triplet: 29, 12 and 32. RGB value is (41,18,50). Sum of RGB (Red+Green+Blue) = 41+18+50=109 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.61% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 50 (19.92% from 255 or 45.87% from 109); Max value from RGB is 50 - color contains mainly: blue. Hex color #291232 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291232 is #D6EDCD. Grayscale: #1C1C1C. Windows color (decimal): -14085582 or 3281449. OLE color: 3281449.

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

Color convert

RGB411850-
CMYK0.180.6400.80
HSL283.12º47.06%13.33%-
HSV(B)283.12º64%19.61%-
XYZ1.711.133.15-
YUV28.52140.12136.9-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 37.61%
GREEN value IS 18 (7.42% from 255) = 16.51%
BLUE value IS 50 (19.92% from 255) = 45.87%
R=37.61%
G=16.51%
B=45.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4118500.180.6400.80283.1247.0613.33
Hex291232124005011b2fd
Octal5122622210001204335715
Binary10100110010110010100101000000010100001000110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291232; }

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

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

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

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

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

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

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

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