Html Css Color HEX #291F2D Blackcurrant

📋 copy color: '#291F2D'

red 41 ◦ green 31 ◦ blue 45

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

Shades of Blackcurrant #291F2D

Tints of Blackcurrant #291F2D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 26.5%

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

R = 35.04%
G = 26.5%
B = 38.46%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#291F2D (or 0x291F2D) is known color: Blackcurrant. HEX triplet: 29, 1F and 2D. RGB value is (41,31,45). Sum of RGB (Red+Green+Blue) = 41+31+45=117 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.04% from 117); Green value is 31 (12.5% from 255 or 26.50% from 117); Blue value is 45 (17.97% from 255 or 38.46% from 117); Max value from RGB is 45 - color contains mainly: blue. Hex color #291F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291F2D is #D6E0D2. Grayscale: #232323. Windows color (decimal): -14082259 or 2957097. OLE color: 2957097.

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

Color convert

RGB 41 31 45 -
CMYK 0.09 0.31 0 0.82
HSL 282.86º 0.18% 0.15% -
HSV(B) 282.86º 0.31% 0.18% -
XYZ 1.88 1.64 2.7 -
YUV 35.59 133.31 131.86 -
System Red Green Blue C M Y K H S L
Decimal 41 31 45 0.09 0.31 0 0.82 282.86 0.18 0.15
Hex 29 1F 2D 9 1F 0 52 11B 12 F
Octal 51 37 55 11 37 0 122 433 22 17
Binary 101001 11111 101101 1001 11111 0 1010010 100011011 10010 1111

Color Harmonies of #291F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291F2D

Black with #291F2D

Text Example


Text Example

White with #291F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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