#29013E

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

Shades of Blackcurrant #29013E

Tints of Blackcurrant #29013E

Color information

#29013E (or 0x29013E) is unknown color: approx Blackcurrant. HEX triplet: 29, 01 and 3E. RGB value is (41,1,62). Sum of RGB (Red+Green+Blue) = 41+1+62=104 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.42% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 62 (24.61% from 255 or 59.62% from 104); Max value from RGB is 62 - color contains mainly: blue. Hex color #29013E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29013E is #D6FEC1. Grayscale: #131313. Windows color (decimal): -14089922 or 4063529. OLE color: 4063529.

HSL color Cylindrical-coordinate representation of color #29013E: hue angle of 279.34º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #29013E is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB41162-
CMYK0.340.9800.76
HSL279.34º96.83%12.35%-
HSV(B)279.34º98.39%24.31%-
XYZ1.790.844.63-
YUV19.91151.75143.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 39.42%
GREEN value IS 1 (0.78% from 255) = 0.96%
BLUE value IS 62 (24.61% from 255) = 59.62%
R=39.42%
G=0.96%
B=59.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal411620.340.9800.76279.3496.8312.35
Hex2913E226204C11761c
Octal5117642142011442714114
Binary101001111111010001011000100100110010001011111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29013E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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