#29103B

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

Shades of Blackcurrant #29103B

Tints of Blackcurrant #29103B

Color information

#29103B (or 0x29103B) is unknown color: approx Blackcurrant. HEX triplet: 29, 10 and 3B. RGB value is (41,16,59). Sum of RGB (Red+Green+Blue) = 41+16+59=116 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.34% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 59 (23.44% from 255 or 50.86% from 116); Max value from RGB is 59 - color contains mainly: blue. Hex color #29103B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29103B is #D6EFC4. Grayscale: #1C1C1C. Windows color (decimal): -14086085 or 3870761. OLE color: 3870761.

HSL color Cylindrical-coordinate representation of color #29103B: hue angle of 274.88º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29103B is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB411659-
CMYK0.310.7300.77
HSL274.88º57.33%14.71%-
HSV(B)274.88º72.88%23.14%-
XYZ1.891.164.26-
YUV28.38145.28137-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.34%
GREEN value IS 16 (6.64% from 255) = 13.79%
BLUE value IS 59 (23.44% from 255) = 50.86%
R=35.34%
G=13.79%
B=50.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4116590.310.7300.77274.8857.3314.71
Hex29103B1F4904D11339f
Octal5120733711101154237117
Binary10100110000111011111111001001010011011000100111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29103B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29103B; }

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

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

<style>
 a { background-color: #29103B; }

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

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

<style>
 span { border-color: #29103B; }

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

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