#291332

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

Shades of Blackcurrant #291332

Tints of Blackcurrant #291332

Color information

#291332 (or 0x291332) is unknown color: approx Blackcurrant. HEX triplet: 29, 13 and 32. RGB value is (41,19,50). Sum of RGB (Red+Green+Blue) = 41+19+50=110 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.27% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 50 (19.92% from 255 or 45.45% from 110); Max value from RGB is 50 - color contains mainly: blue. Hex color #291332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291332 is #D6ECCD. Grayscale: #1D1D1D. Windows color (decimal): -14085326 or 3281705. OLE color: 3281705.

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

Color convert

RGB411950-
CMYK0.180.6200.80
HSL282.58º44.93%13.53%-
HSV(B)282.58º62%19.61%-
XYZ1.721.173.15-
YUV29.11139.79136.48-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 37.27%
GREEN value IS 19 (7.81% from 255) = 17.27%
BLUE value IS 50 (19.92% from 255) = 45.45%
R=37.27%
G=17.27%
B=45.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4119500.180.6200.80282.5844.9313.53
Hex291332123E05011b2de
Octal512362227601204335516
Binary1010011001111001010010111110010100001000110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291332; }

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

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

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

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

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

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

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

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