Html Css Color HEX #291540 Blackcurrant

📋 copy color: '#291540'

red 41 ◦ green 21 ◦ blue 64

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

Shades of Blackcurrant #291540

Tints of Blackcurrant #291540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 50.79%

R = 32.54%
G = 16.67%
B = 50.79%

CMYK

 C value IS 0.36

 M value IS 0.67

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#291540 (or 0x291540) is known color: Blackcurrant. HEX triplet: 29, 15 and 40. RGB value is (41,21,64). Sum of RGB (Red+Green+Blue) = 41+21+64=126 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.54% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 64 (25.39% from 255 or 50.79% from 126); Max value from RGB is 64 - color contains mainly: blue. Hex color #291540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291540 is #D6EABF. Grayscale: #1F1F1F. Windows color (decimal): -14084800 or 4199721. OLE color: 4199721.

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

Color convert

RGB 41 21 64 -
CMYK 0.36 0.67 0 0.75
HSL 267.91º 0.51% 0.17% -
HSV(B) 267.91º 0.67% 0.25% -
XYZ 2.11 1.38 5.01 -
YUV 31.88 146.13 134.5 -
System Red Green Blue C M Y K H S L
Decimal 41 21 64 0.36 0.67 0 0.75 267.91 0.51 0.17
Hex 29 15 40 24 43 0 4B 10C 33 11
Octal 51 25 100 44 103 0 113 414 63 21
Binary 101001 10101 1000000 100100 1000011 0 1001011 100001100 110011 10001

Color Harmonies of #291540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291540

Black with #291540

Text Example


Text Example

White with #291540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291540; }

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

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

background-color css

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

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

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

border-color css

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

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

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