Html Css Color HEX #290432 Blackcurrant

📋 copy color: '#290432'

red 41 ◦ green 4 ◦ blue 50

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

Shades of Blackcurrant #290432

Tints of Blackcurrant #290432

RGB

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

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

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

R = 43.16%
G = 4.21%
B = 52.63%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#290432 (or 0x290432) is known color: Blackcurrant. HEX triplet: 29, 04 and 32. RGB value is (41,4,50). Sum of RGB (Red+Green+Blue) = 41+4+50=95 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.16% from 95); Green value is 4 (1.95% from 255 or 4.21% from 95); Blue value is 50 (19.92% from 255 or 52.63% from 95); Max value from RGB is 50 - color contains mainly: blue. Hex color #290432 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290432 is #D6FBCD. Grayscale: #141414. Windows color (decimal): -14089166 or 3277865. OLE color: 3277865.

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

Color convert

RGB 41 4 50 -
CMYK 0.18 0.92 0 0.80
HSL 288.26º 0.85% 0.11% -
HSV(B) 288.26º 0.92% 0.2% -
XYZ 1.53 0.79 3.09 -
YUV 20.31 144.76 142.76 -
System Red Green Blue C M Y K H S L
Decimal 41 4 50 0.18 0.92 0 0.80 288.26 0.85 0.11
Hex 29 4 32 12 5C 0 50 120 55 B
Octal 51 4 62 22 134 0 120 440 125 13
Binary 101001 100 110010 10010 1011100 0 1010000 100100000 1010101 1011

Color Harmonies of #290432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290432

Black with #290432

Text Example


Text Example

White with #290432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290432; }

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

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

background-color css

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

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

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

border-color css

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

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

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