Html Css Color HEX #29024E Blackcurrant

📋 copy color: '#29024E'

red 41 ◦ green 2 ◦ blue 78

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

Shades of Blackcurrant #29024E

Tints of Blackcurrant #29024E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.65%

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

R = 33.88%
G = 1.65%
B = 64.46%

CMYK

 C value IS 0.47

 M value IS 0.97

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#29024E (or 0x29024E) is known color: Blackcurrant. HEX triplet: 29, 02 and 4E. RGB value is (41,2,78). Sum of RGB (Red+Green+Blue) = 41+2+78=121 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.88% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 78 (30.86% from 255 or 64.46% from 121); Max value from RGB is 78 - color contains mainly: blue. Hex color #29024E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29024E is #D6FDB1. Grayscale: #161616. Windows color (decimal): -14089650 or 5112361. OLE color: 5112361.

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

Color convert

RGB 41 2 78 -
CMYK 0.47 0.97 0 0.69
HSL 270.79º 0.95% 0.16% -
HSV(B) 270.79º 0.97% 0.31% -
XYZ 2.31 1.06 7.29 -
YUV 22.33 159.42 141.32 -
System Red Green Blue C M Y K H S L
Decimal 41 2 78 0.47 0.97 0 0.69 270.79 0.95 0.16
Hex 29 2 4E 2F 61 0 45 10F 5F 10
Octal 51 2 116 57 141 0 105 417 137 20
Binary 101001 10 1001110 101111 1100001 0 1000101 100001111 1011111 10000

Color Harmonies of #29024E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29024E

Black with #29024E

Text Example


Text Example

White with #29024E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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