#29132F

Color #29132F Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #29132F

Tints of Blackcurrant #29132F

Color information

#29132F (or 0x29132F) is unknown color: approx 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

RGB411947-
CMYK0.130.6000.82
HSL287.14º42.42%12.94%-
HSV(B)287.14º59.57%18.43%-
XYZ1.661.142.82-
YUV28.77138.29136.72-

RGB Variations

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

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 (Cyan) values IS 0.13
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4119470.130.6000.82287.1442.4212.94
Hex29132FD3C05211f2ad
Octal512357157401224375215
Binary101001100111011111101111100010100101000111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29132F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>