#29003A

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

Shades of Blackcurrant #29003A

Tints of Blackcurrant #29003A

Color information

#29003A (or 0x29003A) is unknown color: approx Blackcurrant. HEX triplet: 29, 00 and 3A. RGB value is (41,0,58). Sum of RGB (Red+Green+Blue) = 41+0+58=99 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41.41% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 58 (23.05% from 255 or 58.59% from 99); Max value from RGB is 58 - color contains mainly: blue. Hex color #29003A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29003A is #D6FFC5. Grayscale: #121212. Windows color (decimal): -14090182 or 3801129. OLE color: 3801129.

HSL color Cylindrical-coordinate representation of color #29003A: hue angle of 282.41º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #29003A is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB41058-
CMYK0.29100.77
HSL282.41º100%11.37%-
HSV(B)282.41º100%22.75%-
XYZ1.680.784.06-
YUV18.87150.08143.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 41.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 58 (23.05% from 255) = 58.59%
R=41.41%
G=0%
B=58.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal410580.29100.77282.4110011.37
Hex2903A1D6404D11a64b
Octal5107235144011543214413
Binary10100101110101110111001000100110110001101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29003A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29003A; }

 p { color: rgb(41,0,58); }

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

<style>
 a { background-color: #29003A; }

 a { background-color: rgb(41,0,58); }

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

<style>
 span { border-color: #29003A; }

 span { border-color: rgb(41,0,58); }

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