Html Css Color HEX #290032 Blackcurrant

📋 copy color: '#290032'

red 41 ◦ green 0 ◦ blue 50

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

Shades of Blackcurrant #290032

Tints of Blackcurrant #290032

RGB

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

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

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

R = 45.05%
G = 0%
B = 54.95%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#290032 (or 0x290032) is known color: Blackcurrant. HEX triplet: 29, 00 and 32. RGB value is (41,0,50). Sum of RGB (Red+Green+Blue) = 41+0+50=91 (12% of max value = 765). Red value is 41 (16.41% from 255 or 45.05% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 50 (19.92% from 255 or 54.95% from 91); Max value from RGB is 50 - color contains mainly: blue. Hex color #290032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290032 is #D6FFCD. Grayscale: #111111. Windows color (decimal): -14090190 or 3276841. OLE color: 3276841.

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

Color convert

RGB 41 0 50 -
CMYK 0.18 1 0 0.80
HSL 289.2º 1% 0.1% -
HSV(B) 289.2º 1% 0.2% -
XYZ 1.49 0.7 3.07 -
YUV 17.96 146.08 144.43 -
System Red Green Blue C M Y K H S L
Decimal 41 0 50 0.18 1 0 0.80 289.2 1 0.1
Hex 29 0 32 12 64 0 50 121 64 A
Octal 51 0 62 22 144 0 120 441 144 12
Binary 101001 0 110010 10010 1100100 0 1010000 100100001 1100100 1010

Color Harmonies of #290032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290032

Black with #290032

Text Example


Text Example

White with #290032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290032; }

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

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

background-color css

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

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

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

border-color css

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

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

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