Html Css Color HEX #29034D Blackcurrant

📋 copy color: '#29034D'

red 41 ◦ green 3 ◦ blue 77

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

Shades of Blackcurrant #29034D

Tints of Blackcurrant #29034D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.48%

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

R = 33.88%
G = 2.48%
B = 63.64%

CMYK

 C value IS 0.47

 M value IS 0.96

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#29034D (or 0x29034D) is known color: Blackcurrant. HEX triplet: 29, 03 and 4D. RGB value is (41,3,77). Sum of RGB (Red+Green+Blue) = 41+3+77=121 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.88% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 77 (30.47% from 255 or 63.64% from 121); Max value from RGB is 77 - color contains mainly: blue. Hex color #29034D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29034D is #D6FCB2. Grayscale: #161616. Windows color (decimal): -14089395 or 5047081. OLE color: 5047081.

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

Color convert

RGB 41 3 77 -
CMYK 0.47 0.96 0 0.70
HSL 270.81º 0.93% 0.16% -
HSV(B) 270.81º 0.96% 0.3% -
XYZ 2.29 1.07 7.11 -
YUV 22.8 158.59 140.98 -
System Red Green Blue C M Y K H S L
Decimal 41 3 77 0.47 0.96 0 0.70 270.81 0.93 0.16
Hex 29 3 4D 2F 60 0 46 10F 5C 10
Octal 51 3 115 57 140 0 106 417 134 20
Binary 101001 11 1001101 101111 1100000 0 1000110 100001111 1011100 10000

Color Harmonies of #29034D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29034D

Black with #29034D

Text Example


Text Example

White with #29034D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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