#292132

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

Shades of Blackcurrant #292132

Tints of Blackcurrant #292132

Color information

#292132 (or 0x292132) is unknown color: approx Blackcurrant. HEX triplet: 29, 21 and 32. RGB value is (41,33,50). Sum of RGB (Red+Green+Blue) = 41+33+50=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 50 (19.92% from 255 or 40.32% from 124); Max value from RGB is 50 - color contains mainly: blue. Hex color #292132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292132 is #D6DECD. Grayscale: #252525. Windows color (decimal): -14081742 or 3285289. OLE color: 3285289.

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

Color convert

RGB413350-
CMYK0.180.3400.80
HSL268.24º20.48%16.27%-
HSV(B)268.24º34%19.61%-
XYZ2.031.793.26-
YUV37.33135.15130.62-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.06%
GREEN value IS 33 (13.28% from 255) = 26.61%
BLUE value IS 50 (19.92% from 255) = 40.32%
R=33.06%
G=26.61%
B=40.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4133500.180.3400.80268.2420.4816.27
Hex292132122205010c1410
Octal514162224201204142420
Binary10100110000111001010010100010010100001000011001010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292132; }

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

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

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

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

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

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

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

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