#29152F

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

Shades of Blackcurrant #29152F

Tints of Blackcurrant #29152F

Color information

#29152F (or 0x29152F) is unknown color: approx Blackcurrant. HEX triplet: 29, 15 and 2F. RGB value is (41,21,47). Sum of RGB (Red+Green+Blue) = 41+21+47=109 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.61% from 109); Green value is 21 (8.59% from 255 or 19.27% from 109); Blue value is 47 (18.75% from 255 or 43.12% from 109); Max value from RGB is 47 - color contains mainly: blue. Hex color #29152F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29152F is #D6EAD0. Grayscale: #1D1D1D. Windows color (decimal): -14084817 or 3085609. OLE color: 3085609.

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

Color convert

RGB412147-
CMYK0.130.5500.82
HSL286.15º38.24%13.33%-
HSV(B)286.15º55.32%18.43%-
XYZ1.71.212.83-
YUV29.94137.63135.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 37.61%
GREEN value IS 21 (8.59% from 255) = 19.27%
BLUE value IS 47 (18.75% from 255) = 43.12%
R=37.61%
G=19.27%
B=43.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4121470.130.5500.82286.1538.2413.33
Hex29152FD3705211e26d
Octal512557156701224364615
Binary101001101011011111101110111010100101000111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29152F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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