Html Css Color HEX #29054D Blackcurrant

📋 copy color: '#29054D'

red 41 ◦ green 5 ◦ blue 77

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

Shades of Blackcurrant #29054D

Tints of Blackcurrant #29054D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 62.6%

R = 33.33%
G = 4.07%
B = 62.6%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#29054D (or 0x29054D) is known color: Blackcurrant. HEX triplet: 29, 05 and 4D. RGB value is (41,5,77). Sum of RGB (Red+Green+Blue) = 41+5+77=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 77 (30.47% from 255 or 62.60% from 123); Max value from RGB is 77 - color contains mainly: blue. Hex color #29054D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29054D is #D6FAB2. Grayscale: #171717. Windows color (decimal): -14088883 or 5047593. OLE color: 5047593.

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

Color convert

RGB 41 5 77 -
CMYK 0.47 0.94 0 0.70
HSL 270º 0.88% 0.16% -
HSV(B) 270º 0.94% 0.3% -
XYZ 2.31 1.12 7.11 -
YUV 23.97 157.93 140.15 -
System Red Green Blue C M Y K H S L
Decimal 41 5 77 0.47 0.94 0 0.70 270 0.88 0.16
Hex 29 5 4D 2F 5E 0 46 10E 58 10
Octal 51 5 115 57 136 0 106 416 130 20
Binary 101001 101 1001101 101111 1011110 0 1000110 100001110 1011000 10000

Color Harmonies of #29054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29054D

Black with #29054D

Text Example


Text Example

White with #29054D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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