Html Css Color HEX #290251 Blackcurrant

📋 copy color: '#290251'

red 41 ◦ green 2 ◦ blue 81

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

Shades of Blackcurrant #290251

Tints of Blackcurrant #290251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 65.32%

R = 33.06%
G = 1.61%
B = 65.32%

CMYK

 C value IS 0.49

 M value IS 0.98

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#290251 (or 0x290251) is known color: Blackcurrant. HEX triplet: 29, 02 and 51. RGB value is (41,2,81). Sum of RGB (Red+Green+Blue) = 41+2+81=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 81 (32.03% from 255 or 65.32% from 124); Max value from RGB is 81 - color contains mainly: blue. Hex color #290251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290251 is #D6FDAE. Grayscale: #161616. Windows color (decimal): -14089647 or 5308969. OLE color: 5308969.

HSL color Cylindrical-coordinate representation of color #290251: hue angle of 269.62º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #290251 is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 41 2 81 -
CMYK 0.49 0.98 0 0.68
HSL 269.62º 0.95% 0.16% -
HSV(B) 269.62º 0.98% 0.32% -
XYZ 2.42 1.11 7.87 -
YUV 22.67 160.92 141.08 -
System Red Green Blue C M Y K H S L
Decimal 41 2 81 0.49 0.98 0 0.68 269.62 0.95 0.16
Hex 29 2 51 31 62 0 44 10E 5F 10
Octal 51 2 121 61 142 0 104 416 137 20
Binary 101001 10 1010001 110001 1100010 0 1000100 100001110 1011111 10000

Color Harmonies of #290251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290251

Black with #290251

Text Example


Text Example

White with #290251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290251; }

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

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

background-color css

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

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

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

border-color css

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

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

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