#292031

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

Shades of Blackcurrant #292031

Tints of Blackcurrant #292031

Color information

#292031 (or 0x292031) is unknown color: approx Blackcurrant. HEX triplet: 29, 20 and 31. RGB value is (41,32,49). Sum of RGB (Red+Green+Blue) = 41+32+49=122 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.61% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 49 (19.53% from 255 or 40.16% from 122); Max value from RGB is 49 - color contains mainly: blue. Hex color #292031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292031 is #D6DFCE. Grayscale: #242424. Windows color (decimal): -14081999 or 3219497. OLE color: 3219497.

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

Color convert

RGB413249-
CMYK0.160.3500.81
HSL271.76º20.99%15.88%-
HSV(B)271.76º34.69%19.22%-
XYZ1.991.733.13-
YUV36.63134.98131.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.61%
GREEN value IS 32 (12.89% from 255) = 26.23%
BLUE value IS 49 (19.53% from 255) = 40.16%
R=33.61%
G=26.23%
B=40.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4132490.160.3500.81271.7620.9915.88
Hex29203110230511101510
Octal514061204301214202520
Binary10100110000011000110000100011010100011000100001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292031; }

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

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

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

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

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

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

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

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