Html Css Color HEX #290041 Blackcurrant

📋 copy color: '#290041'

red 41 ◦ green 0 ◦ blue 65

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

Shades of Blackcurrant #290041

Tints of Blackcurrant #290041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 61.32%

R = 38.68%
G = 0%
B = 61.32%

CMYK

 C value IS 0.37

 M value IS 1

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#290041 (or 0x290041) is known color: Blackcurrant. HEX triplet: 29, 00 and 41. RGB value is (41,0,65). Sum of RGB (Red+Green+Blue) = 41+0+65=106 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.68% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 65 (25.78% from 255 or 61.32% from 106); Max value from RGB is 65 - color contains mainly: blue. Hex color #290041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290041 is #D6FFBE. Grayscale: #131313. Windows color (decimal): -14090175 or 4259881. OLE color: 4259881.

HSL color Cylindrical-coordinate representation of color #290041: hue angle of 277.85º 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 #290041 is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 41 0 65 -
CMYK 0.37 1 0 0.75
HSL 277.85º 1% 0.13% -
HSV(B) 277.85º 1% 0.25% -
XYZ 1.87 0.85 5.07 -
YUV 19.67 153.58 143.21 -
System Red Green Blue C M Y K H S L
Decimal 41 0 65 0.37 1 0 0.75 277.85 1 0.13
Hex 29 0 41 25 64 0 4B 116 64 D
Octal 51 0 101 45 144 0 113 426 144 15
Binary 101001 0 1000001 100101 1100100 0 1001011 100010110 1100100 1101

Color Harmonies of #290041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290041

Black with #290041

Text Example


Text Example

White with #290041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290041; }

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

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

background-color css

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

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

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

border-color css

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

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

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