#291E35

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

Shades of Blackcurrant #291E35

Tints of Blackcurrant #291E35

Color information

#291E35 (or 0x291E35) is unknown color: approx Blackcurrant. HEX triplet: 29, 1E and 35. RGB value is (41,30,53). Sum of RGB (Red+Green+Blue) = 41+30+53=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 30 (12.11% from 255 or 24.19% from 124); Blue value is 53 (21.09% from 255 or 42.74% from 124); Max value from RGB is 53 - color contains mainly: blue. Hex color #291E35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291E35 is #D6E1CA. Grayscale: #232323. Windows color (decimal): -14082507 or 3481129. OLE color: 3481129.

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

Color convert

RGB413053-
CMYK0.230.4300.79
HSL268.7º27.71%16.27%-
HSV(B)268.7º43.4%20.78%-
XYZ2.021.663.58-
YUV35.91137.64131.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.06%
GREEN value IS 30 (12.11% from 255) = 24.19%
BLUE value IS 53 (21.09% from 255) = 42.74%
R=33.06%
G=24.19%
B=42.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4130530.230.4300.79268.727.7116.27
Hex291E35172B04F10d1c10
Octal513665275301174153420
Binary1010011111011010110111101011010011111000011011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,30,53); }

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

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

 a { background-color: rgb(41,30,53); }

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

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

 span { border-color: rgb(41,30,53); }

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