#292131

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

Shades of Blackcurrant #292131

Tints of Blackcurrant #292131

Color information

#292131 (or 0x292131) is unknown color: approx Blackcurrant. HEX triplet: 29, 21 and 31. RGB value is (41,33,49). Sum of RGB (Red+Green+Blue) = 41+33+49=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 49 (19.53% from 255 or 39.84% from 123); Max value from RGB is 49 - color contains mainly: blue. Hex color #292131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292131 is #D6DECE. Grayscale: #252525. Windows color (decimal): -14081743 or 3219753. OLE color: 3219753.

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

Color convert

RGB413349-
CMYK0.160.3300.81
HSL270º19.51%16.08%-
HSV(B)270º32.65%19.22%-
XYZ2.011.783.14-
YUV37.22134.65130.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.33%
GREEN value IS 33 (13.28% from 255) = 26.83%
BLUE value IS 49 (19.53% from 255) = 39.84%
R=33.33%
G=26.83%
B=39.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4133490.160.3300.8127019.5116.08
Hex292131102105110e1410
Octal514161204101214162420
Binary10100110000111000110000100001010100011000011101010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292131; }

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

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

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

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

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

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

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

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