Html Css Color HEX #29004C Blackcurrant

📋 copy color: '#29004C'

red 41 ◦ green 0 ◦ blue 76

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

Shades of Blackcurrant #29004C

Tints of Blackcurrant #29004C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 76 (30.08% from 255) = 64.96%

R = 35.04%
G = 0%
B = 64.96%

CMYK

 C value IS 0.46

 M value IS 1

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#29004C (or 0x29004C) is known color: Blackcurrant. HEX triplet: 29, 00 and 4C. RGB value is (41,0,76). Sum of RGB (Red+Green+Blue) = 41+0+76=117 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.04% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 76 (30.08% from 255 or 64.96% from 117); Max value from RGB is 76 - color contains mainly: blue. Hex color #29004C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29004C is #D6FFB3. Grayscale: #141414. Windows color (decimal): -14090164 or 4980777. OLE color: 4980777.

HSL color Cylindrical-coordinate representation of color #29004C: hue angle of 272.37º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #29004C is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 41 0 76 -
CMYK 0.46 1 0 0.70
HSL 272.37º 1% 0.15% -
HSV(B) 272.37º 1% 0.3% -
XYZ 2.22 0.99 6.91 -
YUV 20.92 159.08 142.32 -
System Red Green Blue C M Y K H S L
Decimal 41 0 76 0.46 1 0 0.70 272.37 1 0.15
Hex 29 0 4C 2E 64 0 46 110 64 F
Octal 51 0 114 56 144 0 106 420 144 17
Binary 101001 0 1001100 101110 1100100 0 1000110 100010000 1100100 1111

Color Harmonies of #29004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29004C

Black with #29004C

Text Example


Text Example

White with #29004C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29004C; }

 p { color: rgb(41,0,76); }

 H1.HeaderClassName
 {
   color: #29004C;
 }
 .AnyTagClassName
 {
   color: #29004C;
 }
</style>

background-color css

<style>
 a { background-color: #29004C; }

 a { background-color: rgb(41,0,76); }

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

border-color css

<style>
 span { border-color: #29004C; }

 span { border-color: rgb(41,0,76); }

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