Html Css Color HEX #290054 Blackcurrant

📋 copy color: '#290054'

red 41 ◦ green 0 ◦ blue 84

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

Shades of Blackcurrant #290054

Tints of Blackcurrant #290054

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 32.8%
G = 0%
B = 67.2%

CMYK

 C value IS 0.51

 M value IS 1

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#290054 (or 0x290054) is known color: Blackcurrant. HEX triplet: 29, 00 and 54. RGB value is (41,0,84). Sum of RGB (Red+Green+Blue) = 41+0+84=125 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.8% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 84 (33.20% from 255 or 67.2% from 125); Max value from RGB is 84 - color contains mainly: blue. Hex color #290054 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290054 is #D6FFAB. Grayscale: #151515. Windows color (decimal): -14090156 or 5505065. OLE color: 5505065.

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

Color convert

RGB 41 0 84 -
CMYK 0.51 1 0 0.67
HSL 269.29º 1% 0.16% -
HSV(B) 269.29º 1% 0.33% -
XYZ 2.51 1.11 8.47 -
YUV 21.84 163.08 141.67 -
System Red Green Blue C M Y K H S L
Decimal 41 0 84 0.51 1 0 0.67 269.29 1 0.16
Hex 29 0 54 33 64 0 43 10D 64 10
Octal 51 0 124 63 144 0 103 415 144 20
Binary 101001 0 1010100 110011 1100100 0 1000011 100001101 1100100 10000

Color Harmonies of #290054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290054

Black with #290054

Text Example


Text Example

White with #290054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290054; }

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

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

background-color css

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

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

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

border-color css

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

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

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