Html Css Color HEX #29173D Blackcurrant

📋 copy color: '#29173D'

red 41 ◦ green 23 ◦ blue 61

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

Shades of Blackcurrant #29173D

Tints of Blackcurrant #29173D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 48.8%

R = 32.8%
G = 18.4%
B = 48.8%

CMYK

 C value IS 0.33

 M value IS 0.62

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#29173D (or 0x29173D) is known color: Blackcurrant. HEX triplet: 29, 17 and 3D. RGB value is (41,23,61). Sum of RGB (Red+Green+Blue) = 41+23+61=125 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.8% from 125); Green value is 23 (9.38% from 255 or 18.4% from 125); Blue value is 61 (24.22% from 255 or 48.8% from 125); Max value from RGB is 61 - color contains mainly: blue. Hex color #29173D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29173D is #D6E8C2. Grayscale: #202020. Windows color (decimal): -14084291 or 4003625. OLE color: 4003625.

HSL color Cylindrical-coordinate representation of color #29173D: hue angle of 268.42º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #29173D is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 41 23 61 -
CMYK 0.33 0.62 0 0.76
HSL 268.42º 0.45% 0.16% -
HSV(B) 268.42º 0.62% 0.24% -
XYZ 2.06 1.42 4.58 -
YUV 32.71 143.96 133.91 -
System Red Green Blue C M Y K H S L
Decimal 41 23 61 0.33 0.62 0 0.76 268.42 0.45 0.16
Hex 29 17 3D 21 3E 0 4C 10C 2D 10
Octal 51 27 75 41 76 0 114 414 55 20
Binary 101001 10111 111101 100001 111110 0 1001100 100001100 101101 10000

Color Harmonies of #29173D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29173D

Black with #29173D

Text Example


Text Example

White with #29173D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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