Html Css Color HEX #29112F Blackcurrant

📋 copy color: '#29112F'

red 41 ◦ green 17 ◦ blue 47

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

Shades of Blackcurrant #29112F

Tints of Blackcurrant #29112F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.19%

 BLUE value IS 47 (18.75% from 255) = 44.76%

R = 39.05%
G = 16.19%
B = 44.76%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#29112F (or 0x29112F) is known color: Blackcurrant. HEX triplet: 29, 11 and 2F. RGB value is (41,17,47). Sum of RGB (Red+Green+Blue) = 41+17+47=105 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.05% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 47 (18.75% from 255 or 44.76% from 105); Max value from RGB is 47 - color contains mainly: blue. Hex color #29112F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29112F is #D6EED0. Grayscale: #1B1B1B. Windows color (decimal): -14085841 or 3084585. OLE color: 3084585.

HSL color Cylindrical-coordinate representation of color #29112F: hue angle of 288º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #29112F is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 41 17 47 -
CMYK 0.13 0.64 0 0.82
HSL 288º 0.47% 0.13% -
HSV(B) 288º 0.64% 0.18% -
XYZ 1.63 1.08 2.81 -
YUV 27.6 138.95 137.56 -
System Red Green Blue C M Y K H S L
Decimal 41 17 47 0.13 0.64 0 0.82 288 0.47 0.13
Hex 29 11 2F D 40 0 52 120 2F D
Octal 51 21 57 15 100 0 122 440 57 15
Binary 101001 10001 101111 1101 1000000 0 1010010 100100000 101111 1101

Color Harmonies of #29112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29112F

Black with #29112F

Text Example


Text Example

White with #29112F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,17,47); }

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

background-color css

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

 a { background-color: rgb(41,17,47); }

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

border-color css

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

 span { border-color: rgb(41,17,47); }

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