#29103D

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

Shades of Blackcurrant #29103D

Tints of Blackcurrant #29103D

Color information

#29103D (or 0x29103D) is unknown color: approx Blackcurrant. HEX triplet: 29, 10 and 3D. RGB value is (41,16,61). Sum of RGB (Red+Green+Blue) = 41+16+61=118 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.75% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 61 (24.22% from 255 or 51.69% from 118); Max value from RGB is 61 - color contains mainly: blue. Hex color #29103D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29103D is #D6EFC2. Grayscale: #1C1C1C. Windows color (decimal): -14086083 or 4001833. OLE color: 4001833.

HSL color Cylindrical-coordinate representation of color #29103D: hue angle of 273.33º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29103D is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB411661-
CMYK0.330.7400.76
HSL273.33º58.44%15.1%-
HSV(B)273.33º73.77%23.92%-
XYZ1.941.184.54-
YUV28.6146.28136.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 34.75%
GREEN value IS 16 (6.64% from 255) = 13.56%
BLUE value IS 61 (24.22% from 255) = 51.69%
R=34.75%
G=13.56%
B=51.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4116610.330.7400.76273.3358.4415.1
Hex29103D214A04C1113af
Octal5120754111201144217217
Binary101001100001111011000011001010010011001000100011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29103D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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