Html Css Color HEX #290332 Blackcurrant

📋 copy color: '#290332'

red 41 ◦ green 3 ◦ blue 50

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

Shades of Blackcurrant #290332

Tints of Blackcurrant #290332

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.19%

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

R = 43.62%
G = 3.19%
B = 53.19%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#290332 (or 0x290332) is known color: Blackcurrant. HEX triplet: 29, 03 and 32. RGB value is (41,3,50). Sum of RGB (Red+Green+Blue) = 41+3+50=94 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.62% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 50 (19.92% from 255 or 53.19% from 94); Max value from RGB is 50 - color contains mainly: blue. Hex color #290332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290332 is #D6FCCD. Grayscale: #131313. Windows color (decimal): -14089422 or 3277609. OLE color: 3277609.

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

Color convert

RGB 41 3 50 -
CMYK 0.18 0.94 0 0.80
HSL 288.51º 0.89% 0.1% -
HSV(B) 288.51º 0.94% 0.2% -
XYZ 1.52 0.77 3.09 -
YUV 19.72 145.09 143.18 -
System Red Green Blue C M Y K H S L
Decimal 41 3 50 0.18 0.94 0 0.80 288.51 0.89 0.1
Hex 29 3 32 12 5E 0 50 121 59 A
Octal 51 3 62 22 136 0 120 441 131 12
Binary 101001 11 110010 10010 1011110 0 1010000 100100001 1011001 1010

Color Harmonies of #290332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290332

Black with #290332

Text Example


Text Example

White with #290332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290332; }

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

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

background-color css

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

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

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

border-color css

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

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

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