Html Css Color HEX #29014D Blackcurrant

📋 copy color: '#29014D'

red 41 ◦ green 1 ◦ blue 77

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

Shades of Blackcurrant #29014D

Tints of Blackcurrant #29014D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.84%

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

R = 34.45%
G = 0.84%
B = 64.71%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#29014D (or 0x29014D) is known color: Blackcurrant. HEX triplet: 29, 01 and 4D. RGB value is (41,1,77). Sum of RGB (Red+Green+Blue) = 41+1+77=119 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.45% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 77 (30.47% from 255 or 64.71% from 119); Max value from RGB is 77 - color contains mainly: blue. Hex color #29014D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29014D is #D6FEB2. Grayscale: #151515. Windows color (decimal): -14089907 or 5046569. OLE color: 5046569.

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

Color convert

RGB 41 1 77 -
CMYK 0.47 0.99 0 0.70
HSL 271.58º 0.97% 0.15% -
HSV(B) 271.58º 0.99% 0.3% -
XYZ 2.26 1.03 7.1 -
YUV 21.62 159.25 141.82 -
System Red Green Blue C M Y K H S L
Decimal 41 1 77 0.47 0.99 0 0.70 271.58 0.97 0.15
Hex 29 1 4D 2F 63 0 46 110 61 F
Octal 51 1 115 57 143 0 106 420 141 17
Binary 101001 1 1001101 101111 1100011 0 1000110 100010000 1100001 1111

Color Harmonies of #29014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29014D

Black with #29014D

Text Example


Text Example

White with #29014D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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