#29093E

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

Shades of Blackcurrant #29093E

Tints of Blackcurrant #29093E

Color information

#29093E (or 0x29093E) is unknown color: approx Blackcurrant. HEX triplet: 29, 09 and 3E. RGB value is (41,9,62). Sum of RGB (Red+Green+Blue) = 41+9+62=112 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.61% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 62 (24.61% from 255 or 55.36% from 112); Max value from RGB is 62 - color contains mainly: blue. Hex color #29093E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29093E is #D6F6C1. Grayscale: #181818. Windows color (decimal): -14087874 or 4065577. OLE color: 4065577.

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

Color convert

RGB41962-
CMYK0.340.8500.76
HSL276.23º74.65%13.92%-
HSV(B)276.23º85.48%24.31%-
XYZ1.881.014.65-
YUV24.61149.1139.69-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 36.61%
GREEN value IS 9 (3.91% from 255) = 8.04%
BLUE value IS 62 (24.61% from 255) = 55.36%
R=36.61%
G=8.04%
B=55.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal419620.340.8500.76276.2374.6513.92
Hex2993E225504C1144be
Octal51117642125011442411316
Binary101001100111111010001010101010100110010001010010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29093E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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