Html Css Color HEX #290150 Blackcurrant

📋 copy color: '#290150'

red 41 ◦ green 1 ◦ blue 80

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

Shades of Blackcurrant #290150

Tints of Blackcurrant #290150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 65.57%

R = 33.61%
G = 0.82%
B = 65.57%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#290150 (or 0x290150) is known color: Blackcurrant. HEX triplet: 29, 01 and 50. RGB value is (41,1,80). Sum of RGB (Red+Green+Blue) = 41+1+80=122 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.61% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 80 (31.64% from 255 or 65.57% from 122); Max value from RGB is 80 - color contains mainly: blue. Hex color #290150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290150 is #D6FEAF. Grayscale: #151515. Windows color (decimal): -14089904 or 5243177. OLE color: 5243177.

HSL color Cylindrical-coordinate representation of color #290150: hue angle of 270.38º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #290150 is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 1 80 -
CMYK 0.49 0.99 0 0.69
HSL 270.38º 0.98% 0.16% -
HSV(B) 270.38º 0.99% 0.31% -
XYZ 2.37 1.07 7.67 -
YUV 21.97 160.75 141.58 -
System Red Green Blue C M Y K H S L
Decimal 41 1 80 0.49 0.99 0 0.69 270.38 0.98 0.16
Hex 29 1 50 31 63 0 45 10E 62 10
Octal 51 1 120 61 143 0 105 416 142 20
Binary 101001 1 1010000 110001 1100011 0 1000101 100001110 1100010 10000

Color Harmonies of #290150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290150

Black with #290150

Text Example


Text Example

White with #290150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290150; }

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

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

background-color css

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

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

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

border-color css

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

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

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