Html Css Color HEX #29143F Blackcurrant

📋 copy color: '#29143F'

red 41 ◦ green 20 ◦ blue 63

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

Shades of Blackcurrant #29143F

Tints of Blackcurrant #29143F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.13%

 BLUE value IS 63 (25% from 255) = 50.81%

R = 33.06%
G = 16.13%
B = 50.81%

CMYK

 C value IS 0.35

 M value IS 0.68

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#29143F (or 0x29143F) is known color: Blackcurrant. HEX triplet: 29, 14 and 3F. RGB value is (41,20,63). Sum of RGB (Red+Green+Blue) = 41+20+63=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 20 (8.20% from 255 or 16.13% from 124); Blue value is 63 (25% from 255 or 50.81% from 124); Max value from RGB is 63 - color contains mainly: blue. Hex color #29143F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29143F is #D6EBC0. Grayscale: #1F1F1F. Windows color (decimal): -14085057 or 4133929. OLE color: 4133929.

HSL color Cylindrical-coordinate representation of color #29143F: hue angle of 269.3º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #29143F is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 41 20 63 -
CMYK 0.35 0.68 0 0.75
HSL 269.3º 0.52% 0.16% -
HSV(B) 269.3º 0.68% 0.25% -
XYZ 2.06 1.33 4.85 -
YUV 31.18 145.96 135 -
System Red Green Blue C M Y K H S L
Decimal 41 20 63 0.35 0.68 0 0.75 269.3 0.52 0.16
Hex 29 14 3F 23 44 0 4B 10D 34 10
Octal 51 24 77 43 104 0 113 415 64 20
Binary 101001 10100 111111 100011 1000100 0 1001011 100001101 110100 10000

Color Harmonies of #29143F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29143F

Black with #29143F

Text Example


Text Example

White with #29143F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29143F; }

 p { color: rgb(41,20,63); }

 H1.HeaderClassName
 {
   color: #29143F;
 }
 .AnyTagClassName
 {
   color: #29143F;
 }
</style>

background-color css

<style>
 a { background-color: #29143F; }

 a { background-color: rgb(41,20,63); }

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

border-color css

<style>
 span { border-color: #29143F; }

 span { border-color: rgb(41,20,63); }

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