Html Css Color HEX #291132 Blackcurrant

📋 copy color: '#291132'

red 41 ◦ green 17 ◦ blue 50

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

Shades of Blackcurrant #291132

Tints of Blackcurrant #291132

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.74%

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

R = 37.96%
G = 15.74%
B = 46.3%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#291132 (or 0x291132) is known color: Blackcurrant. HEX triplet: 29, 11 and 32. RGB value is (41,17,50). Sum of RGB (Red+Green+Blue) = 41+17+50=108 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.96% from 108); Green value is 17 (7.03% from 255 or 15.74% from 108); Blue value is 50 (19.92% from 255 or 46.30% from 108); Max value from RGB is 50 - color contains mainly: blue. Hex color #291132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291132 is #D6EECD. Grayscale: #1B1B1B. Windows color (decimal): -14085838 or 3281193. OLE color: 3281193.

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

Color convert

RGB 41 17 50 -
CMYK 0.18 0.66 0 0.80
HSL 283.64º 0.49% 0.13% -
HSV(B) 283.64º 0.66% 0.2% -
XYZ 1.69 1.1 3.14 -
YUV 27.94 140.45 137.32 -
System Red Green Blue C M Y K H S L
Decimal 41 17 50 0.18 0.66 0 0.80 283.64 0.49 0.13
Hex 29 11 32 12 42 0 50 11C 31 D
Octal 51 21 62 22 102 0 120 434 61 15
Binary 101001 10001 110010 10010 1000010 0 1010000 100011100 110001 1101

Color Harmonies of #291132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291132

Black with #291132

Text Example


Text Example

White with #291132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291132; }

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

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

background-color css

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

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

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

border-color css

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

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

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