Html Css Color HEX #290544 Blackcurrant

📋 copy color: '#290544'

red 41 ◦ green 5 ◦ blue 68

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

Shades of Blackcurrant #290544

Tints of Blackcurrant #290544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 59.65%

R = 35.96%
G = 4.39%
B = 59.65%

CMYK

 C value IS 0.40

 M value IS 0.93

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#290544 (or 0x290544) is known color: Blackcurrant. HEX triplet: 29, 05 and 44. RGB value is (41,5,68). Sum of RGB (Red+Green+Blue) = 41+5+68=114 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.96% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 68 (26.95% from 255 or 59.65% from 114); Max value from RGB is 68 - color contains mainly: blue. Hex color #290544 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290544 is #D6FABB. Grayscale: #161616. Windows color (decimal): -14088892 or 4457769. OLE color: 4457769.

HSL color Cylindrical-coordinate representation of color #290544: hue angle of 274.29º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #290544 is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 5 68 -
CMYK 0.40 0.93 0 0.73
HSL 274.29º 0.86% 0.14% -
HSV(B) 274.29º 0.93% 0.27% -
XYZ 2.01 1 5.56 -
YUV 22.95 153.43 140.88 -
System Red Green Blue C M Y K H S L
Decimal 41 5 68 0.40 0.93 0 0.73 274.29 0.86 0.14
Hex 29 5 44 28 5D 0 49 112 56 E
Octal 51 5 104 50 135 0 111 422 126 16
Binary 101001 101 1000100 101000 1011101 0 1001001 100010010 1010110 1110

Color Harmonies of #290544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290544

Black with #290544

Text Example


Text Example

White with #290544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290544; }

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

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

background-color css

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

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

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

border-color css

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

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

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