#291D34

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

Shades of Blackcurrant #291D34

Tints of Blackcurrant #291D34

Color information

#291D34 (or 0x291D34) is unknown color: approx Blackcurrant. HEX triplet: 29, 1D and 34. RGB value is (41,29,52). Sum of RGB (Red+Green+Blue) = 41+29+52=122 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.61% from 122); Green value is 29 (11.72% from 255 or 23.77% from 122); Blue value is 52 (20.70% from 255 or 42.62% from 122); Max value from RGB is 52 - color contains mainly: blue. Hex color #291D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291D34 is #D6E2CB. Grayscale: #232323. Windows color (decimal): -14082764 or 3415337. OLE color: 3415337.

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

Color convert

RGB412952-
CMYK0.210.4400.80
HSL271.3º28.4%15.88%-
HSV(B)271.3º44.23%20.39%-
XYZ1.971.63.45-
YUV35.21137.48132.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.61%
GREEN value IS 29 (11.72% from 255) = 23.77%
BLUE value IS 52 (20.70% from 255) = 42.62%
R=33.61%
G=23.77%
B=42.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4129520.210.4400.80271.328.415.88
Hex291D34152C05010f1c10
Octal513564255401204173420
Binary1010011110111010010101101100010100001000011111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,29,52); }

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

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

 a { background-color: rgb(41,29,52); }

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

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

 span { border-color: rgb(41,29,52); }

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