Html Css Color HEX #290040 Blackcurrant

📋 copy color: '#290040'

red 41 ◦ green 0 ◦ blue 64

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

Shades of Blackcurrant #290040

Tints of Blackcurrant #290040

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 39.05%
G = 0%
B = 60.95%

CMYK

 C value IS 0.36

 M value IS 1

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#290040 (or 0x290040) is known color: Blackcurrant. HEX triplet: 29, 00 and 40. RGB value is (41,0,64). Sum of RGB (Red+Green+Blue) = 41+0+64=105 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.05% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 64 (25.39% from 255 or 60.95% from 105); Max value from RGB is 64 - color contains mainly: blue. Hex color #290040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290040 is #D6FFBF. Grayscale: #131313. Windows color (decimal): -14090176 or 4194345. OLE color: 4194345.

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

Color convert

RGB 41 0 64 -
CMYK 0.36 1 0 0.75
HSL 278.44º 1% 0.13% -
HSV(B) 278.44º 1% 0.25% -
XYZ 1.84 0.84 4.92 -
YUV 19.56 153.08 143.3 -
System Red Green Blue C M Y K H S L
Decimal 41 0 64 0.36 1 0 0.75 278.44 1 0.13
Hex 29 0 40 24 64 0 4B 116 64 D
Octal 51 0 100 44 144 0 113 426 144 15
Binary 101001 0 1000000 100100 1100100 0 1001011 100010110 1100100 1101

Color Harmonies of #290040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290040

Black with #290040

Text Example


Text Example

White with #290040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290040; }

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

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

background-color css

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

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

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

border-color css

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

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

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