Html Css Color HEX #29173F Blackcurrant

📋 copy color: '#29173F'

red 41 ◦ green 23 ◦ blue 63

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

Shades of Blackcurrant #29173F

Tints of Blackcurrant #29173F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.11%

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

R = 32.28%
G = 18.11%
B = 49.61%

CMYK

 C value IS 0.35

 M value IS 0.63

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#29173F (or 0x29173F) is known color: Blackcurrant. HEX triplet: 29, 17 and 3F. RGB value is (41,23,63). Sum of RGB (Red+Green+Blue) = 41+23+63=127 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.28% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 63 (25% from 255 or 49.61% from 127); Max value from RGB is 63 - color contains mainly: blue. Hex color #29173F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29173F is #D6E8C0. Grayscale: #202020. Windows color (decimal): -14084289 or 4134697. OLE color: 4134697.

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

Color convert

RGB 41 23 63 -
CMYK 0.35 0.63 0 0.75
HSL 267º 0.47% 0.17% -
HSV(B) 267º 0.63% 0.25% -
XYZ 2.12 1.44 4.87 -
YUV 32.94 144.96 133.75 -
System Red Green Blue C M Y K H S L
Decimal 41 23 63 0.35 0.63 0 0.75 267 0.47 0.17
Hex 29 17 3F 23 3F 0 4B 10B 2F 11
Octal 51 27 77 43 77 0 113 413 57 21
Binary 101001 10111 111111 100011 111111 0 1001011 100001011 101111 10001

Color Harmonies of #29173F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29173F

Black with #29173F

Text Example


Text Example

White with #29173F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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