Html Css Color HEX #29132F Blackcurrant

📋 copy color: '#29132F'

red 41 ◦ green 19 ◦ blue 47

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

Shades of Blackcurrant #29132F

Tints of Blackcurrant #29132F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.76%

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

R = 38.32%
G = 17.76%
B = 43.93%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#29132F (or 0x29132F) is known color: Blackcurrant. HEX triplet: 29, 13 and 2F. RGB value is (41,19,47). Sum of RGB (Red+Green+Blue) = 41+19+47=107 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.32% from 107); Green value is 19 (7.81% from 255 or 17.76% from 107); Blue value is 47 (18.75% from 255 or 43.93% from 107); Max value from RGB is 47 - color contains mainly: blue. Hex color #29132F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29132F is #D6ECD0. Grayscale: #1C1C1C. Windows color (decimal): -14085329 or 3085097. OLE color: 3085097.

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

Color convert

RGB 41 19 47 -
CMYK 0.13 0.60 0 0.82
HSL 287.14º 0.42% 0.13% -
HSV(B) 287.14º 0.6% 0.18% -
XYZ 1.66 1.14 2.82 -
YUV 28.77 138.29 136.72 -
System Red Green Blue C M Y K H S L
Decimal 41 19 47 0.13 0.60 0 0.82 287.14 0.42 0.13
Hex 29 13 2F D 3C 0 52 11F 2A D
Octal 51 23 57 15 74 0 122 437 52 15
Binary 101001 10011 101111 1101 111100 0 1010010 100011111 101010 1101

Color Harmonies of #29132F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29132F

Black with #29132F

Text Example


Text Example

White with #29132F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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