Html Css Color HEX #290146 Blackcurrant

📋 copy color: '#290146'

red 41 ◦ green 1 ◦ blue 70

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

Shades of Blackcurrant #290146

Tints of Blackcurrant #290146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 62.5%

R = 36.61%
G = 0.89%
B = 62.5%

CMYK

 C value IS 0.41

 M value IS 0.99

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#290146 (or 0x290146) is known color: Blackcurrant. HEX triplet: 29, 01 and 46. RGB value is (41,1,70). Sum of RGB (Red+Green+Blue) = 41+1+70=112 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.61% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 70 (27.73% from 255 or 62.5% from 112); Max value from RGB is 70 - color contains mainly: blue. Hex color #290146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290146 is #D6FEB9. Grayscale: #141414. Windows color (decimal): -14089914 or 4587817. OLE color: 4587817.

HSL color Cylindrical-coordinate representation of color #290146: hue angle of 274.78º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #290146 is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 1 70 -
CMYK 0.41 0.99 0 0.73
HSL 274.78º 0.97% 0.14% -
HSV(B) 274.78º 0.99% 0.27% -
XYZ 2.03 0.94 5.87 -
YUV 20.83 155.75 142.39 -
System Red Green Blue C M Y K H S L
Decimal 41 1 70 0.41 0.99 0 0.73 274.78 0.97 0.14
Hex 29 1 46 29 63 0 49 113 61 E
Octal 51 1 106 51 143 0 111 423 141 16
Binary 101001 1 1000110 101001 1100011 0 1001001 100010011 1100001 1110

Color Harmonies of #290146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290146

Black with #290146

Text Example


Text Example

White with #290146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290146; }

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

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

background-color css

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

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

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

border-color css

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

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

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