Html Css Color HEX #29103D Blackcurrant

📋 copy color: '#29103D'

red 41 ◦ green 16 ◦ blue 61

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

Shades of Blackcurrant #29103D

Tints of Blackcurrant #29103D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.56%

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

R = 34.75%
G = 13.56%
B = 51.69%

CMYK

 C value IS 0.33

 M value IS 0.74

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#29103D (or 0x29103D) is known color: Blackcurrant. HEX triplet: 29, 10 and 3D. RGB value is (41,16,61). Sum of RGB (Red+Green+Blue) = 41+16+61=118 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.75% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 61 (24.22% from 255 or 51.69% from 118); Max value from RGB is 61 - color contains mainly: blue. Hex color #29103D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29103D is #D6EFC2. Grayscale: #1C1C1C. Windows color (decimal): -14086083 or 4001833. OLE color: 4001833.

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

Color convert

RGB 41 16 61 -
CMYK 0.33 0.74 0 0.76
HSL 273.33º 0.58% 0.15% -
HSV(B) 273.33º 0.74% 0.24% -
XYZ 1.94 1.18 4.54 -
YUV 28.61 146.28 136.84 -
System Red Green Blue C M Y K H S L
Decimal 41 16 61 0.33 0.74 0 0.76 273.33 0.58 0.15
Hex 29 10 3D 21 4A 0 4C 111 3A F
Octal 51 20 75 41 112 0 114 421 72 17
Binary 101001 10000 111101 100001 1001010 0 1001100 100010001 111010 1111

Color Harmonies of #29103D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29103D

Black with #29103D

Text Example


Text Example

White with #29103D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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