Html Css Color HEX #291341 Blackcurrant

📋 copy color: '#291341'

red 41 ◦ green 19 ◦ blue 65

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

Shades of Blackcurrant #291341

Tints of Blackcurrant #291341

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.2%

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

R = 32.8%
G = 15.2%
B = 52%

CMYK

 C value IS 0.37

 M value IS 0.71

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#291341 (or 0x291341) is known color: Blackcurrant. HEX triplet: 29, 13 and 41. RGB value is (41,19,65). Sum of RGB (Red+Green+Blue) = 41+19+65=125 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.8% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 65 (25.78% from 255 or 52% from 125); Max value from RGB is 65 - color contains mainly: blue. Hex color #291341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291341 is #D6ECBE. Grayscale: #1E1E1E. Windows color (decimal): -14085311 or 4264745. OLE color: 4264745.

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

Color convert

RGB 41 19 65 -
CMYK 0.37 0.71 0 0.75
HSL 268.7º 0.55% 0.16% -
HSV(B) 268.7º 0.71% 0.25% -
XYZ 2.1 1.32 5.14 -
YUV 30.82 147.29 135.26 -
System Red Green Blue C M Y K H S L
Decimal 41 19 65 0.37 0.71 0 0.75 268.7 0.55 0.16
Hex 29 13 41 25 47 0 4B 10D 37 10
Octal 51 23 101 45 107 0 113 415 67 20
Binary 101001 10011 1000001 100101 1000111 0 1001011 100001101 110111 10000

Color Harmonies of #291341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291341

Black with #291341

Text Example


Text Example

White with #291341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291341; }

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

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

background-color css

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

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

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

border-color css

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

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

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