#29103E

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

Shades of Blackcurrant #29103E

Tints of Blackcurrant #29103E

Color information

#29103E (or 0x29103E) is unknown color: approx Blackcurrant. HEX triplet: 29, 10 and 3E. RGB value is (41,16,62). Sum of RGB (Red+Green+Blue) = 41+16+62=119 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.45% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 62 (24.61% from 255 or 52.10% from 119); Max value from RGB is 62 - color contains mainly: blue. Hex color #29103E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29103E is #D6EFC1. Grayscale: #1C1C1C. Windows color (decimal): -14086082 or 4067369. OLE color: 4067369.

HSL color Cylindrical-coordinate representation of color #29103E: hue angle of 272.61º degrees, saturation: 0.59, 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 #29103E is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB411662-
CMYK0.340.7400.76
HSL272.61º58.97%15.29%-
HSV(B)272.61º74.19%24.31%-
XYZ1.971.194.68-
YUV28.72146.78136.76-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 34.45%
GREEN value IS 16 (6.64% from 255) = 13.45%
BLUE value IS 62 (24.61% from 255) = 52.10%
R=34.45%
G=13.45%
B=52.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4116620.340.7400.76272.6158.9715.29
Hex29103E224A04C1113bf
Octal5120764211201144217317
Binary101001100001111101000101001010010011001000100011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29103E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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