Html Css Color HEX #29014A Blackcurrant

📋 copy color: '#29014A'

red 41 ◦ green 1 ◦ blue 74

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

Shades of Blackcurrant #29014A

Tints of Blackcurrant #29014A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 63.79%

R = 35.34%
G = 0.86%
B = 63.79%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#29014A (or 0x29014A) is known color: Blackcurrant. HEX triplet: 29, 01 and 4A. RGB value is (41,1,74). Sum of RGB (Red+Green+Blue) = 41+1+74=116 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.34% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 74 (29.30% from 255 or 63.79% from 116); Max value from RGB is 74 - color contains mainly: blue. Hex color #29014A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29014A is #D6FEB5. Grayscale: #151515. Windows color (decimal): -14089910 or 4849961. OLE color: 4849961.

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

Color convert

RGB 41 1 74 -
CMYK 0.45 0.99 0 0.71
HSL 272.88º 0.97% 0.15% -
HSV(B) 272.88º 0.99% 0.29% -
XYZ 2.16 0.99 6.56 -
YUV 21.28 157.75 142.06 -
System Red Green Blue C M Y K H S L
Decimal 41 1 74 0.45 0.99 0 0.71 272.88 0.97 0.15
Hex 29 1 4A 2D 63 0 47 111 61 F
Octal 51 1 112 55 143 0 107 421 141 17
Binary 101001 1 1001010 101101 1100011 0 1000111 100010001 1100001 1111

Color Harmonies of #29014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29014A

Black with #29014A

Text Example


Text Example

White with #29014A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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