Html Css Color HEX #29094D Blackcurrant

📋 copy color: '#29094D'

red 41 ◦ green 9 ◦ blue 77

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

Shades of Blackcurrant #29094D

Tints of Blackcurrant #29094D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.09%

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

R = 32.28%
G = 7.09%
B = 60.63%

CMYK

 C value IS 0.47

 M value IS 0.88

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#29094D (or 0x29094D) is known color: Blackcurrant. HEX triplet: 29, 09 and 4D. RGB value is (41,9,77). Sum of RGB (Red+Green+Blue) = 41+9+77=127 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.28% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 77 (30.47% from 255 or 60.63% from 127); Max value from RGB is 77 - color contains mainly: blue. Hex color #29094D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29094D is #D6F6B2. Grayscale: #1A1A1A. Windows color (decimal): -14087859 or 5048617. OLE color: 5048617.

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

Color convert

RGB 41 9 77 -
CMYK 0.47 0.88 0 0.70
HSL 268.24º 0.79% 0.17% -
HSV(B) 268.24º 0.88% 0.3% -
XYZ 2.35 1.2 7.13 -
YUV 26.32 156.6 138.47 -
System Red Green Blue C M Y K H S L
Decimal 41 9 77 0.47 0.88 0 0.70 268.24 0.79 0.17
Hex 29 9 4D 2F 58 0 46 10C 4F 11
Octal 51 11 115 57 130 0 106 414 117 21
Binary 101001 1001 1001101 101111 1011000 0 1000110 100001100 1001111 10001

Color Harmonies of #29094D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29094D

Black with #29094D

Text Example


Text Example

White with #29094D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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