Html Css Color HEX #29054F Blackcurrant

📋 copy color: '#29054F'

red 41 ◦ green 5 ◦ blue 79

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

Shades of Blackcurrant #29054F

Tints of Blackcurrant #29054F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 63.2%

R = 32.8%
G = 4%
B = 63.2%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#29054F (or 0x29054F) is known color: Blackcurrant. HEX triplet: 29, 05 and 4F. RGB value is (41,5,79). Sum of RGB (Red+Green+Blue) = 41+5+79=125 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.8% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 79 (31.25% from 255 or 63.2% from 125); Max value from RGB is 79 - color contains mainly: blue. Hex color #29054F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29054F is #D6FAB0. Grayscale: #171717. Windows color (decimal): -14088881 or 5178665. OLE color: 5178665.

HSL color Cylindrical-coordinate representation of color #29054F: hue angle of 269.19º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #29054F is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 5 79 -
CMYK 0.48 0.94 0 0.69
HSL 269.19º 0.88% 0.16% -
HSV(B) 269.19º 0.94% 0.31% -
XYZ 2.38 1.14 7.49 -
YUV 24.2 158.93 139.98 -
System Red Green Blue C M Y K H S L
Decimal 41 5 79 0.48 0.94 0 0.69 269.19 0.88 0.16
Hex 29 5 4F 30 5E 0 45 10D 58 10
Octal 51 5 117 60 136 0 105 415 130 20
Binary 101001 101 1001111 110000 1011110 0 1000101 100001101 1011000 10000

Color Harmonies of #29054F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29054F

Black with #29054F

Text Example


Text Example

White with #29054F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29054F; }

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

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

background-color css

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

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

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

border-color css

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

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

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