Html Css Color HEX #290440 Blackcurrant

📋 copy color: '#290440'

red 41 ◦ green 4 ◦ blue 64

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

Shades of Blackcurrant #290440

Tints of Blackcurrant #290440

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.67%

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

R = 37.61%
G = 3.67%
B = 58.72%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#290440 (or 0x290440) is known color: Blackcurrant. HEX triplet: 29, 04 and 40. RGB value is (41,4,64). Sum of RGB (Red+Green+Blue) = 41+4+64=109 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.61% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 64 (25.39% from 255 or 58.72% from 109); Max value from RGB is 64 - color contains mainly: blue. Hex color #290440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290440 is #D6FBBF. Grayscale: #151515. Windows color (decimal): -14089152 or 4195369. OLE color: 4195369.

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

Color convert

RGB 41 4 64 -
CMYK 0.36 0.94 0 0.75
HSL 277º 0.88% 0.13% -
HSV(B) 277º 0.94% 0.25% -
XYZ 1.88 0.93 4.93 -
YUV 21.9 151.76 141.62 -
System Red Green Blue C M Y K H S L
Decimal 41 4 64 0.36 0.94 0 0.75 277 0.88 0.13
Hex 29 4 40 24 5E 0 4B 115 58 D
Octal 51 4 100 44 136 0 113 425 130 15
Binary 101001 100 1000000 100100 1011110 0 1001011 100010101 1011000 1101

Color Harmonies of #290440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290440

Black with #290440

Text Example


Text Example

White with #290440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290440; }

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

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

background-color css

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

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

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

border-color css

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

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

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