#29063C

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

Shades of Blackcurrant #29063C

Tints of Blackcurrant #29063C

Color information

#29063C (or 0x29063C) is unknown color: approx Blackcurrant. HEX triplet: 29, 06 and 3C. RGB value is (41,6,60). Sum of RGB (Red+Green+Blue) = 41+6+60=107 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.32% from 107); Green value is 6 (2.73% from 255 or 5.61% from 107); Blue value is 60 (23.83% from 255 or 56.07% from 107); Max value from RGB is 60 - color contains mainly: blue. Hex color #29063C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29063C is #D6F9C3. Grayscale: #161616. Windows color (decimal): -14088644 or 3933737. OLE color: 3933737.

HSL color Cylindrical-coordinate representation of color #29063C: hue angle of 278.89º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #29063C is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB41660-
CMYK0.320.9000.76
HSL278.89º81.82%12.94%-
HSV(B)278.89º90%23.53%-
XYZ1.80.934.36-
YUV22.62149.1141.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 38.32%
GREEN value IS 6 (2.73% from 255) = 5.61%
BLUE value IS 60 (23.83% from 255) = 56.07%
R=38.32%
G=5.61%
B=56.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal416600.320.9000.76278.8981.8212.94
Hex2963C205A04C11752d
Octal5167440132011442712215
Binary10100111011110010000010110100100110010001011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29063C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29063C; }

 p { color: rgb(41,6,60); }

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

<style>
 a { background-color: #29063C; }

 a { background-color: rgb(41,6,60); }

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

<style>
 span { border-color: #29063C; }

 span { border-color: rgb(41,6,60); }

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