Html Css Color HEX #291440 Blackcurrant

📋 copy color: '#291440'

red 41 ◦ green 20 ◦ blue 64

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

Shades of Blackcurrant #291440

Tints of Blackcurrant #291440

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16%

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

R = 32.8%
G = 16%
B = 51.2%

CMYK

 C value IS 0.36

 M value IS 0.69

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#291440 (or 0x291440) is known color: Blackcurrant. HEX triplet: 29, 14 and 40. RGB value is (41,20,64). Sum of RGB (Red+Green+Blue) = 41+20+64=125 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.8% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 64 (25.39% from 255 or 51.2% from 125); Max value from RGB is 64 - color contains mainly: blue. Hex color #291440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291440 is #D6EBBF. Grayscale: #1F1F1F. Windows color (decimal): -14085056 or 4199465. OLE color: 4199465.

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

Color convert

RGB 41 20 64 -
CMYK 0.36 0.69 0 0.75
HSL 268.64º 0.52% 0.16% -
HSV(B) 268.64º 0.69% 0.25% -
XYZ 2.09 1.34 5 -
YUV 31.3 146.46 134.92 -
System Red Green Blue C M Y K H S L
Decimal 41 20 64 0.36 0.69 0 0.75 268.64 0.52 0.16
Hex 29 14 40 24 45 0 4B 10D 34 10
Octal 51 24 100 44 105 0 113 415 64 20
Binary 101001 10100 1000000 100100 1000101 0 1001011 100001101 110100 10000

Color Harmonies of #291440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291440

Black with #291440

Text Example


Text Example

White with #291440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291440; }

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

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

background-color css

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

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

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

border-color css

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

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

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