Html Css Color HEX #290144 Blackcurrant

📋 copy color: '#290144'

red 41 ◦ green 1 ◦ blue 68

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

Shades of Blackcurrant #290144

Tints of Blackcurrant #290144

RGB

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

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

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

R = 37.27%
G = 0.91%
B = 61.82%

CMYK

 C value IS 0.40

 M value IS 0.99

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#290144 (or 0x290144) is known color: Blackcurrant. HEX triplet: 29, 01 and 44. RGB value is (41,1,68). Sum of RGB (Red+Green+Blue) = 41+1+68=110 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.27% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 68 (26.95% from 255 or 61.82% from 110); Max value from RGB is 68 - color contains mainly: blue. Hex color #290144 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290144 is #D6FEBB. Grayscale: #141414. Windows color (decimal): -14089916 or 4456745. OLE color: 4456745.

HSL color Cylindrical-coordinate representation of color #290144: hue angle of 275.82º 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 #290144 is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 1 68 -
CMYK 0.40 0.99 0 0.73
HSL 275.82º 0.97% 0.14% -
HSV(B) 275.82º 0.99% 0.27% -
XYZ 1.97 0.91 5.54 -
YUV 20.6 154.75 142.55 -
System Red Green Blue C M Y K H S L
Decimal 41 1 68 0.40 0.99 0 0.73 275.82 0.97 0.14
Hex 29 1 44 28 63 0 49 114 61 E
Octal 51 1 104 50 143 0 111 424 141 16
Binary 101001 1 1000100 101000 1100011 0 1001001 100010100 1100001 1110

Color Harmonies of #290144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290144

Black with #290144

Text Example


Text Example

White with #290144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290144; }

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

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

background-color css

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

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

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

border-color css

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

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

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