Html Css Color HEX #291D2E Blackcurrant

📋 copy color: '#291D2E'

red 41 ◦ green 29 ◦ blue 46

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

Shades of Blackcurrant #291D2E

Tints of Blackcurrant #291D2E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 25%

 BLUE value IS 46 (18.36% from 255) = 39.66%

R = 35.34%
G = 25%
B = 39.66%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#291D2E (or 0x291D2E) is known color: Blackcurrant. HEX triplet: 29, 1D and 2E. RGB value is (41,29,46). Sum of RGB (Red+Green+Blue) = 41+29+46=116 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.34% from 116); Green value is 29 (11.72% from 255 or 25% from 116); Blue value is 46 (18.36% from 255 or 39.66% from 116); Max value from RGB is 46 - color contains mainly: blue. Hex color #291D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291D2E is #D6E2D1. Grayscale: #222222. Windows color (decimal): -14082770 or 3022121. OLE color: 3022121.

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

Color convert

RGB 41 29 46 -
CMYK 0.11 0.37 0 0.82
HSL 282.35º 0.23% 0.15% -
HSV(B) 282.35º 0.37% 0.18% -
XYZ 1.85 1.55 2.79 -
YUV 34.53 134.48 132.62 -
System Red Green Blue C M Y K H S L
Decimal 41 29 46 0.11 0.37 0 0.82 282.35 0.23 0.15
Hex 29 1D 2E B 25 0 52 11A 17 F
Octal 51 35 56 13 45 0 122 432 27 17
Binary 101001 11101 101110 1011 100101 0 1010010 100011010 10111 1111

Color Harmonies of #291D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291D2E

Black with #291D2E

Text Example


Text Example

White with #291D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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