Html Css Color HEX #290132 Blackcurrant

📋 copy color: '#290132'

red 41 ◦ green 1 ◦ blue 50

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

Shades of Blackcurrant #290132

Tints of Blackcurrant #290132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 54.35%

R = 44.57%
G = 1.09%
B = 54.35%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#290132 (or 0x290132) is known color: Blackcurrant. HEX triplet: 29, 01 and 32. RGB value is (41,1,50). Sum of RGB (Red+Green+Blue) = 41+1+50=92 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.57% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 50 (19.92% from 255 or 54.35% from 92); Max value from RGB is 50 - color contains mainly: blue. Hex color #290132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290132 is #D6FECD. Grayscale: #121212. Windows color (decimal): -14089934 or 3277097. OLE color: 3277097.

HSL color Cylindrical-coordinate representation of color #290132: hue angle of 288.98º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #290132 is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 41 1 50 -
CMYK 0.18 0.98 0 0.80
HSL 288.98º 0.96% 0.1% -
HSV(B) 288.98º 0.98% 0.2% -
XYZ 1.5 0.72 3.08 -
YUV 18.55 145.75 144.02 -
System Red Green Blue C M Y K H S L
Decimal 41 1 50 0.18 0.98 0 0.80 288.98 0.96 0.1
Hex 29 1 32 12 62 0 50 121 60 A
Octal 51 1 62 22 142 0 120 441 140 12
Binary 101001 1 110010 10010 1100010 0 1010000 100100001 1100000 1010

Color Harmonies of #290132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290132

Black with #290132

Text Example


Text Example

White with #290132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290132; }

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

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

background-color css

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

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

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

border-color css

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

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

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