Html Css Color HEX #291E2D Blackcurrant

📋 copy color: '#291E2D'

red 41 ◦ green 30 ◦ blue 45

#291E2D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #291E2D

Tints of Blackcurrant #291E2D

RGB

 RED value IS 41 (16.41% from 255) = 35.34%

 GREEN value IS 30 (12.11% from 255) = 25.86%

 BLUE value IS 45 (17.97% from 255) = 38.79%

R = 35.34%
G = 25.86%
B = 38.79%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#291E2D (or 0x291E2D) is known color: Blackcurrant. HEX triplet: 29, 1E and 2D. RGB value is (41,30,45). Sum of RGB (Red+Green+Blue) = 41+30+45=116 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.34% from 116); Green value is 30 (12.11% from 255 or 25.86% from 116); Blue value is 45 (17.97% from 255 or 38.79% from 116); Max value from RGB is 45 - color contains mainly: blue. Hex color #291E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291E2D is #D6E1D2. Grayscale: #222222. Windows color (decimal): -14082515 or 2956841. OLE color: 2956841.

HSL color Cylindrical-coordinate representation of color #291E2D: hue angle of 284º degrees, saturation: 0.2, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #291E2D is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 41 30 45 -
CMYK 0.09 0.33 0 0.82
HSL 284º 0.2% 0.15% -
HSV(B) 284º 0.33% 0.18% -
XYZ 1.85 1.59 2.69 -
YUV 35 133.64 132.28 -
System Red Green Blue C M Y K H S L
Decimal 41 30 45 0.09 0.33 0 0.82 284 0.2 0.15
Hex 29 1E 2D 9 21 0 52 11C 14 F
Octal 51 36 55 11 41 0 122 434 24 17
Binary 101001 11110 101101 1001 100001 0 1010010 100011100 10100 1111

Color Harmonies of #291E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291E2D

Black with #291E2D

Text Example


Text Example

White with #291E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #291E2D;
 }
 .AnyTagClassName
 {
   color: #291E2D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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