Html Css Color HEX #291532 Blackcurrant

📋 copy color: '#291532'

red 41 ◦ green 21 ◦ blue 50

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

Shades of Blackcurrant #291532

Tints of Blackcurrant #291532

RGB

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

 GREEN value IS 21 (8.59% from 255) = 18.75%

 BLUE value IS 50 (19.92% from 255) = 44.64%

R = 36.61%
G = 18.75%
B = 44.64%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#291532 (or 0x291532) is known color: Blackcurrant. HEX triplet: 29, 15 and 32. RGB value is (41,21,50). Sum of RGB (Red+Green+Blue) = 41+21+50=112 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.61% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 50 (19.92% from 255 or 44.64% from 112); Max value from RGB is 50 - color contains mainly: blue. Hex color #291532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291532 is #D6EACD. Grayscale: #1E1E1E. Windows color (decimal): -14084814 or 3282217. OLE color: 3282217.

HSL color Cylindrical-coordinate representation of color #291532: hue angle of 281.38º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #291532 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 41 21 50 -
CMYK 0.18 0.58 0 0.80
HSL 281.38º 0.41% 0.14% -
HSV(B) 281.38º 0.58% 0.2% -
XYZ 1.76 1.24 3.16 -
YUV 30.29 139.13 135.64 -
System Red Green Blue C M Y K H S L
Decimal 41 21 50 0.18 0.58 0 0.80 281.38 0.41 0.14
Hex 29 15 32 12 3A 0 50 119 29 E
Octal 51 25 62 22 72 0 120 431 51 16
Binary 101001 10101 110010 10010 111010 0 1010000 100011001 101001 1110

Color Harmonies of #291532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291532

Black with #291532

Text Example


Text Example

White with #291532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291532; }

 p { color: rgb(41,21,50); }

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

background-color css

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

 a { background-color: rgb(41,21,50); }

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

border-color css

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

 span { border-color: rgb(41,21,50); }

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