#29192F

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

Shades of Blackcurrant #29192F

Tints of Blackcurrant #29192F

Color information

#29192F (or 0x29192F) is unknown color: approx Blackcurrant. HEX triplet: 29, 19 and 2F. RGB value is (41,25,47). Sum of RGB (Red+Green+Blue) = 41+25+47=113 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.28% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 47 (18.75% from 255 or 41.59% from 113); Max value from RGB is 47 - color contains mainly: blue. Hex color #29192F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29192F is #D6E6D0. Grayscale: #202020. Windows color (decimal): -14083793 or 3086633. OLE color: 3086633.

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

Color convert

RGB412547-
CMYK0.130.4700.82
HSL283.64º30.56%14.12%-
HSV(B)283.64º46.81%18.43%-
XYZ1.781.372.86-
YUV32.29136.3134.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 36.28%
GREEN value IS 25 (10.16% from 255) = 22.12%
BLUE value IS 47 (18.75% from 255) = 41.59%
R=36.28%
G=22.12%
B=41.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4125470.130.4700.82283.6430.5614.12
Hex29192FD2F05211c1fe
Octal513157155701224343716
Binary10100111001101111110110111101010010100011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29192F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #29192F;
 }
 .AnyTagClassName
 {
   color: #29192F;
 }
</style>
background-color css

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

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

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

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

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

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