#29062F

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

Shades of Blackcurrant #29062F

Tints of Blackcurrant #29062F

Color information

#29062F (or 0x29062F) is unknown color: approx Blackcurrant. HEX triplet: 29, 06 and 2F. RGB value is (41,6,47). Sum of RGB (Red+Green+Blue) = 41+6+47=94 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.62% from 94); Green value is 6 (2.73% from 255 or 6.38% from 94); Blue value is 47 (18.75% from 255 or 50% from 94); Max value from RGB is 47 - color contains mainly: blue. Hex color #29062F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29062F is #D6F9D0. Grayscale: #151515. Windows color (decimal): -14088657 or 3081769. OLE color: 3081769.

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

Color convert

RGB41647-
CMYK0.130.8700.82
HSL291.22º77.36%10.39%-
HSV(B)291.22º87.23%18.43%-
XYZ1.490.812.77-
YUV21.14142.6142.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 43.62%
GREEN value IS 6 (2.73% from 255) = 6.38%
BLUE value IS 47 (18.75% from 255) = 50%
R=43.62%
G=6.38%
B=50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal416470.130.8700.82291.2277.3610.39
Hex2962FD570521234da
Octal5165715127012244311512
Binary101001110101111110110101110101001010010001110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29062F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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