Html Css Color HEX #291044 Blackcurrant

📋 copy color: '#291044'

red 41 ◦ green 16 ◦ blue 68

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

Shades of Blackcurrant #291044

Tints of Blackcurrant #291044

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.8%

 BLUE value IS 68 (26.95% from 255) = 54.4%

R = 32.8%
G = 12.8%
B = 54.4%

CMYK

 C value IS 0.40

 M value IS 0.76

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#291044 (or 0x291044) is known color: Blackcurrant. HEX triplet: 29, 10 and 44. RGB value is (41,16,68). Sum of RGB (Red+Green+Blue) = 41+16+68=125 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.8% from 125); Green value is 16 (6.64% from 255 or 12.8% from 125); Blue value is 68 (26.95% from 255 or 54.4% from 125); Max value from RGB is 68 - color contains mainly: blue. Hex color #291044 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291044 is #D6EFBB. Grayscale: #1D1D1D. Windows color (decimal): -14086076 or 4460585. OLE color: 4460585.

HSL color Cylindrical-coordinate representation of color #291044: hue angle of 268.85º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #291044 is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 16 68 -
CMYK 0.40 0.76 0 0.73
HSL 268.85º 0.62% 0.16% -
HSV(B) 268.85º 0.76% 0.27% -
XYZ 2.14 1.26 5.6 -
YUV 29.4 149.78 136.27 -
System Red Green Blue C M Y K H S L
Decimal 41 16 68 0.40 0.76 0 0.73 268.85 0.62 0.16
Hex 29 10 44 28 4C 0 49 10D 3E 10
Octal 51 20 104 50 114 0 111 415 76 20
Binary 101001 10000 1000100 101000 1001100 0 1001001 100001101 111110 10000

Color Harmonies of #291044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291044

Black with #291044

Text Example


Text Example

White with #291044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291044; }

 p { color: rgb(41,16,68); }

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

background-color css

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

 a { background-color: rgb(41,16,68); }

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

border-color css

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

 span { border-color: rgb(41,16,68); }

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