#29073A

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

Shades of Blackcurrant #29073A

Tints of Blackcurrant #29073A

Color information

#29073A (or 0x29073A) is unknown color: approx Blackcurrant. HEX triplet: 29, 07 and 3A. RGB value is (41,7,58). Sum of RGB (Red+Green+Blue) = 41+7+58=106 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.68% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 58 (23.05% from 255 or 54.72% from 106); Max value from RGB is 58 - color contains mainly: blue. Hex color #29073A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29073A is #D6F8C5. Grayscale: #161616. Windows color (decimal): -14088390 or 3802921. OLE color: 3802921.

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

Color convert

RGB41758-
CMYK0.290.8800.77
HSL280º78.46%12.75%-
HSV(B)280º87.93%22.75%-
XYZ1.750.934.09-
YUV22.98147.76140.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 38.68%
GREEN value IS 7 (3.12% from 255) = 6.60%
BLUE value IS 58 (23.05% from 255) = 54.72%
R=38.68%
G=6.60%
B=54.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal417580.290.8800.7728078.4612.75
Hex2973A1D5804D1184ed
Octal5177235130011543011615
Binary1010011111110101110110110000100110110001100010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29073A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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