#29093A

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

Shades of Blackcurrant #29093A

Tints of Blackcurrant #29093A

Color information

#29093A (or 0x29093A) is unknown color: approx Blackcurrant. HEX triplet: 29, 09 and 3A. RGB value is (41,9,58). Sum of RGB (Red+Green+Blue) = 41+9+58=108 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.96% from 108); Green value is 9 (3.91% from 255 or 8.33% from 108); Blue value is 58 (23.05% from 255 or 53.70% from 108); Max value from RGB is 58 - color contains mainly: blue. Hex color #29093A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29093A is #D6F6C5. Grayscale: #171717. Windows color (decimal): -14087878 or 3803433. OLE color: 3803433.

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

Color convert

RGB41958-
CMYK0.290.8400.77
HSL279.18º73.13%13.14%-
HSV(B)279.18º84.48%22.75%-
XYZ1.780.974.1-
YUV24.15147.1140.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 37.96%
GREEN value IS 9 (3.91% from 255) = 8.33%
BLUE value IS 58 (23.05% from 255) = 53.70%
R=37.96%
G=8.33%
B=53.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal419580.290.8400.77279.1873.1313.14
Hex2993A1D5404D11749d
Octal51117235124011542711115
Binary10100110011110101110110101000100110110001011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29093A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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