Html Css Color HEX #29103B Blackcurrant

📋 copy color: '#29103B'

red 41 ◦ green 16 ◦ blue 59

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

Shades of Blackcurrant #29103B

Tints of Blackcurrant #29103B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 50.86%

R = 35.34%
G = 13.79%
B = 50.86%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#29103B (or 0x29103B) is known color: Blackcurrant. HEX triplet: 29, 10 and 3B. RGB value is (41,16,59). Sum of RGB (Red+Green+Blue) = 41+16+59=116 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.34% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 59 (23.44% from 255 or 50.86% from 116); Max value from RGB is 59 - color contains mainly: blue. Hex color #29103B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29103B is #D6EFC4. Grayscale: #1C1C1C. Windows color (decimal): -14086085 or 3870761. OLE color: 3870761.

HSL color Cylindrical-coordinate representation of color #29103B: hue angle of 274.88º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29103B is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 41 16 59 -
CMYK 0.31 0.73 0 0.77
HSL 274.88º 0.57% 0.15% -
HSV(B) 274.88º 0.73% 0.23% -
XYZ 1.89 1.16 4.26 -
YUV 28.38 145.28 137 -
System Red Green Blue C M Y K H S L
Decimal 41 16 59 0.31 0.73 0 0.77 274.88 0.57 0.15
Hex 29 10 3B 1F 49 0 4D 113 39 F
Octal 51 20 73 37 111 0 115 423 71 17
Binary 101001 10000 111011 11111 1001001 0 1001101 100010011 111001 1111

Color Harmonies of #29103B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29103B

Black with #29103B

Text Example


Text Example

White with #29103B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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