Html Css Color HEX #291541 Blackcurrant

📋 copy color: '#291541'

red 41 ◦ green 21 ◦ blue 65

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

Shades of Blackcurrant #291541

Tints of Blackcurrant #291541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 51.18%

R = 32.28%
G = 16.54%
B = 51.18%

CMYK

 C value IS 0.37

 M value IS 0.68

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#291541 (or 0x291541) is known color: Blackcurrant. HEX triplet: 29, 15 and 41. RGB value is (41,21,65). Sum of RGB (Red+Green+Blue) = 41+21+65=127 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.28% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 65 (25.78% from 255 or 51.18% from 127); Max value from RGB is 65 - color contains mainly: blue. Hex color #291541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291541 is #D6EABE. Grayscale: #1F1F1F. Windows color (decimal): -14084799 or 4265257. OLE color: 4265257.

HSL color Cylindrical-coordinate representation of color #291541: hue angle of 267.27º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #291541 is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 41 21 65 -
CMYK 0.37 0.68 0 0.75
HSL 267.27º 0.51% 0.17% -
HSV(B) 267.27º 0.68% 0.25% -
XYZ 2.14 1.39 5.16 -
YUV 32 146.63 134.42 -
System Red Green Blue C M Y K H S L
Decimal 41 21 65 0.37 0.68 0 0.75 267.27 0.51 0.17
Hex 29 15 41 25 44 0 4B 10B 33 11
Octal 51 25 101 45 104 0 113 413 63 21
Binary 101001 10101 1000001 100101 1000100 0 1001011 100001011 110011 10001

Color Harmonies of #291541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291541

Black with #291541

Text Example


Text Example

White with #291541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291541; }

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

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

background-color css

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

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

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

border-color css

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

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

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