Html Css Color HEX #29004D Blackcurrant

📋 copy color: '#29004D'

red 41 ◦ green 0 ◦ blue 77

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

Shades of Blackcurrant #29004D

Tints of Blackcurrant #29004D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 34.75%
G = 0%
B = 65.25%

CMYK

 C value IS 0.47

 M value IS 1

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#29004D (or 0x29004D) is known color: Blackcurrant. HEX triplet: 29, 00 and 4D. RGB value is (41,0,77). Sum of RGB (Red+Green+Blue) = 41+0+77=118 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.75% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 77 (30.47% from 255 or 65.25% from 118); Max value from RGB is 77 - color contains mainly: blue. Hex color #29004D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29004D is #D6FFB2. Grayscale: #141414. Windows color (decimal): -14090163 or 5046313. OLE color: 5046313.

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

Color convert

RGB 41 0 77 -
CMYK 0.47 1 0 0.70
HSL 271.95º 1% 0.15% -
HSV(B) 271.95º 1% 0.3% -
XYZ 2.25 1.01 7.1 -
YUV 21.04 159.58 142.24 -
System Red Green Blue C M Y K H S L
Decimal 41 0 77 0.47 1 0 0.70 271.95 1 0.15
Hex 29 0 4D 2F 64 0 46 110 64 F
Octal 51 0 115 57 144 0 106 420 144 17
Binary 101001 0 1001101 101111 1100100 0 1000110 100010000 1100100 1111

Color Harmonies of #29004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29004D

Black with #29004D

Text Example


Text Example

White with #29004D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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