Html Css Color HEX #290141 Blackcurrant

📋 copy color: '#290141'

red 41 ◦ green 1 ◦ blue 65

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

Shades of Blackcurrant #290141

Tints of Blackcurrant #290141

RGB

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

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

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

R = 38.32%
G = 0.93%
B = 60.75%

CMYK

 C value IS 0.37

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#290141 (or 0x290141) is known color: Blackcurrant. HEX triplet: 29, 01 and 41. RGB value is (41,1,65). Sum of RGB (Red+Green+Blue) = 41+1+65=107 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.32% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 65 (25.78% from 255 or 60.75% from 107); Max value from RGB is 65 - color contains mainly: blue. Hex color #290141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290141 is #D6FEBE. Grayscale: #141414. Windows color (decimal): -14089919 or 4260137. OLE color: 4260137.

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

Color convert

RGB 41 1 65 -
CMYK 0.37 0.98 0 0.75
HSL 277.5º 0.97% 0.13% -
HSV(B) 277.5º 0.98% 0.25% -
XYZ 1.88 0.87 5.07 -
YUV 20.26 153.25 142.8 -
System Red Green Blue C M Y K H S L
Decimal 41 1 65 0.37 0.98 0 0.75 277.5 0.97 0.13
Hex 29 1 41 25 62 0 4B 116 61 D
Octal 51 1 101 45 142 0 113 426 141 15
Binary 101001 1 1000001 100101 1100010 0 1001011 100010110 1100001 1101

Color Harmonies of #290141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290141

Black with #290141

Text Example


Text Example

White with #290141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290141; }

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

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

background-color css

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

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

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

border-color css

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

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

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