Html Css Color HEX #290254 Blackcurrant

📋 copy color: '#290254'

red 41 ◦ green 2 ◦ blue 84

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

Shades of Blackcurrant #290254

Tints of Blackcurrant #290254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 66.14%

R = 32.28%
G = 1.57%
B = 66.14%

CMYK

 C value IS 0.51

 M value IS 0.98

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#290254 (or 0x290254) is known color: Blackcurrant. HEX triplet: 29, 02 and 54. RGB value is (41,2,84). Sum of RGB (Red+Green+Blue) = 41+2+84=127 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.28% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 84 (33.20% from 255 or 66.14% from 127); Max value from RGB is 84 - color contains mainly: blue. Hex color #290254 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290254 is #D6FDAB. Grayscale: #161616. Windows color (decimal): -14089644 or 5505577. OLE color: 5505577.

HSL color Cylindrical-coordinate representation of color #290254: hue angle of 268.54º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #290254 is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 2 84 -
CMYK 0.51 0.98 0 0.67
HSL 268.54º 0.95% 0.17% -
HSV(B) 268.54º 0.98% 0.33% -
XYZ 2.54 1.15 8.48 -
YUV 23.01 162.42 140.83 -
System Red Green Blue C M Y K H S L
Decimal 41 2 84 0.51 0.98 0 0.67 268.54 0.95 0.17
Hex 29 2 54 33 62 0 43 10D 5F 11
Octal 51 2 124 63 142 0 103 415 137 21
Binary 101001 10 1010100 110011 1100010 0 1000011 100001101 1011111 10001

Color Harmonies of #290254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290254

Black with #290254

Text Example


Text Example

White with #290254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290254; }

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

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

background-color css

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

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

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

border-color css

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

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

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