Html Css Color HEX #29103F Blackcurrant

📋 copy color: '#29103F'

red 41 ◦ green 16 ◦ blue 63

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

Shades of Blackcurrant #29103F

Tints of Blackcurrant #29103F

RGB

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

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

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

R = 34.17%
G = 13.33%
B = 52.5%

CMYK

 C value IS 0.35

 M value IS 0.75

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#29103F (or 0x29103F) is known color: Blackcurrant. HEX triplet: 29, 10 and 3F. RGB value is (41,16,63). Sum of RGB (Red+Green+Blue) = 41+16+63=120 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.17% from 120); Green value is 16 (6.64% from 255 or 13.33% from 120); Blue value is 63 (25% from 255 or 52.5% from 120); Max value from RGB is 63 - color contains mainly: blue. Hex color #29103F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29103F is #D6EFC0. Grayscale: #1C1C1C. Windows color (decimal): -14086081 or 4132905. OLE color: 4132905.

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

Color convert

RGB 41 16 63 -
CMYK 0.35 0.75 0 0.75
HSL 271.91º 0.59% 0.15% -
HSV(B) 271.91º 0.75% 0.25% -
XYZ 2 1.2 4.83 -
YUV 28.83 147.28 136.68 -
System Red Green Blue C M Y K H S L
Decimal 41 16 63 0.35 0.75 0 0.75 271.91 0.59 0.15
Hex 29 10 3F 23 4B 0 4B 110 3B F
Octal 51 20 77 43 113 0 113 420 73 17
Binary 101001 10000 111111 100011 1001011 0 1001011 100010000 111011 1111

Color Harmonies of #29103F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29103F

Black with #29103F

Text Example


Text Example

White with #29103F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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