Html Css Color HEX #290240 Blackcurrant

📋 copy color: '#290240'

red 41 ◦ green 2 ◦ blue 64

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

Shades of Blackcurrant #290240

Tints of Blackcurrant #290240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 59.81%

R = 38.32%
G = 1.87%
B = 59.81%

CMYK

 C value IS 0.36

 M value IS 0.97

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#290240 (or 0x290240) is known color: Blackcurrant. HEX triplet: 29, 02 and 40. RGB value is (41,2,64). Sum of RGB (Red+Green+Blue) = 41+2+64=107 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.32% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 64 (25.39% from 255 or 59.81% from 107); Max value from RGB is 64 - color contains mainly: blue. Hex color #290240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290240 is #D6FDBF. Grayscale: #141414. Windows color (decimal): -14089664 or 4194857. OLE color: 4194857.

HSL color Cylindrical-coordinate representation of color #290240: hue angle of 277.74º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #290240 is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 41 2 64 -
CMYK 0.36 0.97 0 0.75
HSL 277.74º 0.94% 0.13% -
HSV(B) 277.74º 0.97% 0.25% -
XYZ 1.86 0.88 4.92 -
YUV 20.73 152.42 142.46 -
System Red Green Blue C M Y K H S L
Decimal 41 2 64 0.36 0.97 0 0.75 277.74 0.94 0.13
Hex 29 2 40 24 61 0 4B 116 5E D
Octal 51 2 100 44 141 0 113 426 136 15
Binary 101001 10 1000000 100100 1100001 0 1001011 100010110 1011110 1101

Color Harmonies of #290240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290240

Black with #290240

Text Example


Text Example

White with #290240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290240; }

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

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

background-color css

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

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

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

border-color css

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

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

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