Html Css Color HEX #290149 Blackcurrant

📋 copy color: '#290149'

red 41 ◦ green 1 ◦ blue 73

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

Shades of Blackcurrant #290149

Tints of Blackcurrant #290149

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.87%

 BLUE value IS 73 (28.91% from 255) = 63.48%

R = 35.65%
G = 0.87%
B = 63.48%

CMYK

 C value IS 0.44

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#290149 (or 0x290149) is known color: Blackcurrant. HEX triplet: 29, 01 and 49. RGB value is (41,1,73). Sum of RGB (Red+Green+Blue) = 41+1+73=115 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.65% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 73 (28.91% from 255 or 63.48% from 115); Max value from RGB is 73 - color contains mainly: blue. Hex color #290149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290149 is #D6FEB6. Grayscale: #141414. Windows color (decimal): -14089911 or 4784425. OLE color: 4784425.

HSL color Cylindrical-coordinate representation of color #290149: hue angle of 273.33º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #290149 is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 41 1 73 -
CMYK 0.44 0.99 0 0.71
HSL 273.33º 0.97% 0.15% -
HSV(B) 273.33º 0.99% 0.29% -
XYZ 2.13 0.97 6.38 -
YUV 21.17 157.25 142.15 -
System Red Green Blue C M Y K H S L
Decimal 41 1 73 0.44 0.99 0 0.71 273.33 0.97 0.15
Hex 29 1 49 2C 63 0 47 111 61 F
Octal 51 1 111 54 143 0 107 421 141 17
Binary 101001 1 1001001 101100 1100011 0 1000111 100010001 1100001 1111

Color Harmonies of #290149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290149

Black with #290149

Text Example


Text Example

White with #290149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290149; }

 p { color: rgb(41,1,73); }

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

background-color css

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

 a { background-color: rgb(41,1,73); }

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

border-color css

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

 span { border-color: rgb(41,1,73); }

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