Html Css Color HEX #29064E Blackcurrant

📋 copy color: '#29064E'

red 41 ◦ green 6 ◦ blue 78

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

Shades of Blackcurrant #29064E

Tints of Blackcurrant #29064E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.8%

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

R = 32.8%
G = 4.8%
B = 62.4%

CMYK

 C value IS 0.47

 M value IS 0.92

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#29064E (or 0x29064E) is known color: Blackcurrant. HEX triplet: 29, 06 and 4E. RGB value is (41,6,78). Sum of RGB (Red+Green+Blue) = 41+6+78=125 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.8% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 78 (30.86% from 255 or 62.4% from 125); Max value from RGB is 78 - color contains mainly: blue. Hex color #29064E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29064E is #D6F9B1. Grayscale: #181818. Windows color (decimal): -14088626 or 5113385. OLE color: 5113385.

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

Color convert

RGB 41 6 78 -
CMYK 0.47 0.92 0 0.69
HSL 269.17º 0.86% 0.16% -
HSV(B) 269.17º 0.92% 0.31% -
XYZ 2.35 1.15 7.31 -
YUV 24.67 158.1 139.65 -
System Red Green Blue C M Y K H S L
Decimal 41 6 78 0.47 0.92 0 0.69 269.17 0.86 0.16
Hex 29 6 4E 2F 5C 0 45 10D 56 10
Octal 51 6 116 57 134 0 105 415 126 20
Binary 101001 110 1001110 101111 1011100 0 1000101 100001101 1010110 10000

Color Harmonies of #29064E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29064E

Black with #29064E

Text Example


Text Example

White with #29064E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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