Html Css Color HEX #290249 Blackcurrant

📋 copy color: '#290249'

red 41 ◦ green 2 ◦ blue 73

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

Shades of Blackcurrant #290249

Tints of Blackcurrant #290249

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.72%

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

R = 35.34%
G = 1.72%
B = 62.93%

CMYK

 C value IS 0.44

 M value IS 0.97

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#290249 (or 0x290249) is known color: Blackcurrant. HEX triplet: 29, 02 and 49. RGB value is (41,2,73). Sum of RGB (Red+Green+Blue) = 41+2+73=116 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.34% from 116); Green value is 2 (1.17% from 255 or 1.72% from 116); Blue value is 73 (28.91% from 255 or 62.93% from 116); Max value from RGB is 73 - color contains mainly: blue. Hex color #290249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290249 is #D6FDB6. Grayscale: #151515. Windows color (decimal): -14089655 or 4784681. OLE color: 4784681.

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

Color convert

RGB 41 2 73 -
CMYK 0.44 0.97 0 0.71
HSL 272.96º 0.95% 0.15% -
HSV(B) 272.96º 0.97% 0.29% -
XYZ 2.14 1 6.38 -
YUV 21.76 156.92 141.73 -
System Red Green Blue C M Y K H S L
Decimal 41 2 73 0.44 0.97 0 0.71 272.96 0.95 0.15
Hex 29 2 49 2C 61 0 47 111 5F F
Octal 51 2 111 54 141 0 107 421 137 17
Binary 101001 10 1001001 101100 1100001 0 1000111 100010001 1011111 1111

Color Harmonies of #290249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290249

Black with #290249

Text Example


Text Example

White with #290249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290249; }

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

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

background-color css

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

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

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

border-color css

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

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

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