Html Css Color HEX #290231 Blackcurrant

📋 copy color: '#290231'

red 41 ◦ green 2 ◦ blue 49

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

Shades of Blackcurrant #290231

Tints of Blackcurrant #290231

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.17%

 BLUE value IS 49 (19.53% from 255) = 53.26%

R = 44.57%
G = 2.17%
B = 53.26%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#290231 (or 0x290231) is known color: Blackcurrant. HEX triplet: 29, 02 and 31. RGB value is (41,2,49). Sum of RGB (Red+Green+Blue) = 41+2+49=92 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.57% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 49 (19.53% from 255 or 53.26% from 92); Max value from RGB is 49 - color contains mainly: blue. Hex color #290231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290231 is #D6FDCE. Grayscale: #121212. Windows color (decimal): -14089679 or 3211817. OLE color: 3211817.

HSL color Cylindrical-coordinate representation of color #290231: hue angle of 289.79º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #290231 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 41 2 49 -
CMYK 0.16 0.96 0 0.81
HSL 289.79º 0.92% 0.1% -
HSV(B) 289.79º 0.96% 0.19% -
XYZ 1.49 0.74 2.97 -
YUV 19.02 144.92 143.68 -
System Red Green Blue C M Y K H S L
Decimal 41 2 49 0.16 0.96 0 0.81 289.79 0.92 0.1
Hex 29 2 31 10 60 0 51 122 5C A
Octal 51 2 61 20 140 0 121 442 134 12
Binary 101001 10 110001 10000 1100000 0 1010001 100100010 1011100 1010

Color Harmonies of #290231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290231

Black with #290231

Text Example


Text Example

White with #290231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290231; }

 p { color: rgb(41,2,49); }

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

background-color css

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

 a { background-color: rgb(41,2,49); }

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

border-color css

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

 span { border-color: rgb(41,2,49); }

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