#29102F

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

Shades of Blackcurrant #29102F

Tints of Blackcurrant #29102F

Color information

#29102F (or 0x29102F) is unknown color: approx Blackcurrant. HEX triplet: 29, 10 and 2F. RGB value is (41,16,47). Sum of RGB (Red+Green+Blue) = 41+16+47=104 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.42% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 47 (18.75% from 255 or 45.19% from 104); Max value from RGB is 47 - color contains mainly: blue. Hex color #29102F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29102F is #D6EFD0. Grayscale: #1A1A1A. Windows color (decimal): -14086097 or 3084329. OLE color: 3084329.

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

Color convert

RGB411647-
CMYK0.130.6600.82
HSL288.39º49.21%12.35%-
HSV(B)288.39º65.96%18.43%-
XYZ1.611.052.81-
YUV27.01139.28137.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 39.42%
GREEN value IS 16 (6.64% from 255) = 15.38%
BLUE value IS 47 (18.75% from 255) = 45.19%
R=39.42%
G=15.38%
B=45.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4116470.130.6600.82288.3949.2112.35
Hex29102FD4205212031c
Octal5120571510201224406114
Binary1010011000010111111011000010010100101001000001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29102F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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