Html Css Color HEX #29054E Blackcurrant

📋 copy color: '#29054E'

red 41 ◦ green 5 ◦ blue 78

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

Shades of Blackcurrant #29054E

Tints of Blackcurrant #29054E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 62.9%

R = 33.06%
G = 4.03%
B = 62.9%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#29054E (or 0x29054E) is known color: Blackcurrant. HEX triplet: 29, 05 and 4E. RGB value is (41,5,78). Sum of RGB (Red+Green+Blue) = 41+5+78=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 78 (30.86% from 255 or 62.90% from 124); Max value from RGB is 78 - color contains mainly: blue. Hex color #29054E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29054E is #D6FAB1. Grayscale: #171717. Windows color (decimal): -14088882 or 5113129. OLE color: 5113129.

HSL color Cylindrical-coordinate representation of color #29054E: hue angle of 269.59º 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 #29054E is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 5 78 -
CMYK 0.47 0.94 0 0.69
HSL 269.59º 0.88% 0.16% -
HSV(B) 269.59º 0.94% 0.31% -
XYZ 2.34 1.13 7.3 -
YUV 24.09 158.43 140.06 -
System Red Green Blue C M Y K H S L
Decimal 41 5 78 0.47 0.94 0 0.69 269.59 0.88 0.16
Hex 29 5 4E 2F 5E 0 45 10E 58 10
Octal 51 5 116 57 136 0 105 416 130 20
Binary 101001 101 1001110 101111 1011110 0 1000101 100001110 1011000 10000

Color Harmonies of #29054E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29054E

Black with #29054E

Text Example


Text Example

White with #29054E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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