Html Css Color HEX #290548 Blackcurrant

📋 copy color: '#290548'

red 41 ◦ green 5 ◦ blue 72

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

Shades of Blackcurrant #290548

Tints of Blackcurrant #290548

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.24%

 BLUE value IS 72 (28.52% from 255) = 61.02%

R = 34.75%
G = 4.24%
B = 61.02%

CMYK

 C value IS 0.43

 M value IS 0.93

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#290548 (or 0x290548) is known color: Blackcurrant. HEX triplet: 29, 05 and 48. RGB value is (41,5,72). Sum of RGB (Red+Green+Blue) = 41+5+72=118 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.75% from 118); Green value is 5 (2.34% from 255 or 4.24% from 118); Blue value is 72 (28.52% from 255 or 61.02% from 118); Max value from RGB is 72 - color contains mainly: blue. Hex color #290548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290548 is #D6FAB7. Grayscale: #171717. Windows color (decimal): -14088888 or 4719913. OLE color: 4719913.

HSL color Cylindrical-coordinate representation of color #290548: hue angle of 272.24º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #290548 is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 41 5 72 -
CMYK 0.43 0.93 0 0.72
HSL 272.24º 0.87% 0.15% -
HSV(B) 272.24º 0.93% 0.28% -
XYZ 2.14 1.05 6.22 -
YUV 23.4 155.43 140.55 -
System Red Green Blue C M Y K H S L
Decimal 41 5 72 0.43 0.93 0 0.72 272.24 0.87 0.15
Hex 29 5 48 2B 5D 0 48 110 57 F
Octal 51 5 110 53 135 0 110 420 127 17
Binary 101001 101 1001000 101011 1011101 0 1001000 100010000 1010111 1111

Color Harmonies of #290548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290548

Black with #290548

Text Example


Text Example

White with #290548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290548; }

 p { color: rgb(41,5,72); }

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

background-color css

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

 a { background-color: rgb(41,5,72); }

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

border-color css

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

 span { border-color: rgb(41,5,72); }

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