#291F33

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

Shades of Blackcurrant #291F33

Tints of Blackcurrant #291F33

Color information

#291F33 (or 0x291F33) is unknown color: approx Blackcurrant. HEX triplet: 29, 1F and 33. RGB value is (41,31,51). Sum of RGB (Red+Green+Blue) = 41+31+51=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 31 (12.5% from 255 or 25.20% from 123); Blue value is 51 (20.31% from 255 or 41.46% from 123); Max value from RGB is 51 - color contains mainly: blue. Hex color #291F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291F33 is #D6E0CC. Grayscale: #242424. Windows color (decimal): -14082253 or 3350313. OLE color: 3350313.

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

Color convert

RGB413151-
CMYK0.200.3900.8
HSL270º24.39%16.08%-
HSV(B)270º39.22%20%-
XYZ21.693.35-
YUV36.27136.31131.37-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.33%
GREEN value IS 31 (12.5% from 255) = 25.20%
BLUE value IS 51 (20.31% from 255) = 41.46%
R=33.33%
G=25.20%
B=41.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4131510.200.3900.827024.3916.08
Hex291F33142705010e1810
Octal513763244701204163020
Binary1010011111111001110100100111010100001000011101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291F33; }

 p { color: rgb(41,31,51); }

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

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

 a { background-color: rgb(41,31,51); }

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

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

 span { border-color: rgb(41,31,51); }

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