Html Css Color HEX #29094E Blackcurrant

📋 copy color: '#29094E'

red 41 ◦ green 9 ◦ blue 78

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

Shades of Blackcurrant #29094E

Tints of Blackcurrant #29094E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 60.94%

R = 32.03%
G = 7.03%
B = 60.94%

CMYK

 C value IS 0.47

 M value IS 0.88

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#29094E (or 0x29094E) is known color: Blackcurrant. HEX triplet: 29, 09 and 4E. RGB value is (41,9,78). Sum of RGB (Red+Green+Blue) = 41+9+78=128 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.03% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 78 (30.86% from 255 or 60.94% from 128); Max value from RGB is 78 - color contains mainly: blue. Hex color #29094E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29094E is #D6F6B1. Grayscale: #1A1A1A. Windows color (decimal): -14087858 or 5114153. OLE color: 5114153.

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

Color convert

RGB 41 9 78 -
CMYK 0.47 0.88 0 0.69
HSL 267.83º 0.79% 0.17% -
HSV(B) 267.83º 0.88% 0.31% -
XYZ 2.39 1.22 7.32 -
YUV 26.43 157.1 138.39 -
System Red Green Blue C M Y K H S L
Decimal 41 9 78 0.47 0.88 0 0.69 267.83 0.79 0.17
Hex 29 9 4E 2F 58 0 45 10C 4F 11
Octal 51 11 116 57 130 0 105 414 117 21
Binary 101001 1001 1001110 101111 1011000 0 1000101 100001100 1001111 10001

Color Harmonies of #29094E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29094E

Black with #29094E

Text Example


Text Example

White with #29094E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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