Html Css Color HEX #290351 Blackcurrant

📋 copy color: '#290351'

red 41 ◦ green 3 ◦ blue 81

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

Shades of Blackcurrant #290351

Tints of Blackcurrant #290351

RGB

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

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

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

R = 32.8%
G = 2.4%
B = 64.8%

CMYK

 C value IS 0.49

 M value IS 0.96

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#290351 (or 0x290351) is known color: Blackcurrant. HEX triplet: 29, 03 and 51. RGB value is (41,3,81). Sum of RGB (Red+Green+Blue) = 41+3+81=125 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.8% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 81 (32.03% from 255 or 64.8% from 125); Max value from RGB is 81 - color contains mainly: blue. Hex color #290351 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290351 is #D6FCAE. Grayscale: #161616. Windows color (decimal): -14089391 or 5309225. OLE color: 5309225.

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

Color convert

RGB 41 3 81 -
CMYK 0.49 0.96 0 0.68
HSL 269.23º 0.93% 0.16% -
HSV(B) 269.23º 0.96% 0.32% -
XYZ 2.43 1.13 7.87 -
YUV 23.25 160.59 140.66 -
System Red Green Blue C M Y K H S L
Decimal 41 3 81 0.49 0.96 0 0.68 269.23 0.93 0.16
Hex 29 3 51 31 60 0 44 10D 5D 10
Octal 51 3 121 61 140 0 104 415 135 20
Binary 101001 11 1010001 110001 1100000 0 1000100 100001101 1011101 10000

Color Harmonies of #290351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290351

Black with #290351

Text Example


Text Example

White with #290351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290351; }

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

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

background-color css

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

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

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

border-color css

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

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

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