Html Css Color HEX #29094A Blackcurrant

📋 copy color: '#29094A'

red 41 ◦ green 9 ◦ blue 74

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

Shades of Blackcurrant #29094A

Tints of Blackcurrant #29094A

RGB

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

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

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

R = 33.06%
G = 7.26%
B = 59.68%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#29094A (or 0x29094A) is known color: Blackcurrant. HEX triplet: 29, 09 and 4A. RGB value is (41,9,74). Sum of RGB (Red+Green+Blue) = 41+9+74=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 9 (3.91% from 255 or 7.26% from 124); Blue value is 74 (29.30% from 255 or 59.68% from 124); Max value from RGB is 74 - color contains mainly: blue. Hex color #29094A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29094A is #D6F6B5. Grayscale: #191919. Windows color (decimal): -14087862 or 4852009. OLE color: 4852009.

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

Color convert

RGB 41 9 74 -
CMYK 0.45 0.88 0 0.71
HSL 269.54º 0.78% 0.16% -
HSV(B) 269.54º 0.88% 0.29% -
XYZ 2.25 1.16 6.58 -
YUV 25.98 155.1 138.71 -
System Red Green Blue C M Y K H S L
Decimal 41 9 74 0.45 0.88 0 0.71 269.54 0.78 0.16
Hex 29 9 4A 2D 58 0 47 10E 4E 10
Octal 51 11 112 55 130 0 107 416 116 20
Binary 101001 1001 1001010 101101 1011000 0 1000111 100001110 1001110 10000

Color Harmonies of #29094A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29094A

Black with #29094A

Text Example


Text Example

White with #29094A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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