#110329

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

Shades of Blackcurrant #110329

Tints of Blackcurrant #110329

Color information

#110329 (or 0x110329) is unknown color: approx Blackcurrant. HEX triplet: 11, 03 and 29. RGB value is (17,3,41). Sum of RGB (Red+Green+Blue) = 17+3+41=61 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.87% from 61); Green value is 3 (1.56% from 255 or 4.92% from 61); Blue value is 41 (16.41% from 255 or 67.21% from 61); Max value from RGB is 41 - color contains mainly: blue. Hex color #110329 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110329 is #EEFCD6. Grayscale: #0B0B0B. Windows color (decimal): -15662295 or 2687761. OLE color: 2687761.

HSL color Cylindrical-coordinate representation of color #110329: hue angle of 262.11º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #110329 is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB17341-
CMYK0.590.9300.84
HSL262.11º86.36%8.63%-
HSV(B)262.11º92.68%16.08%-
XYZ0.660.342.13-
YUV11.52144.64131.91-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 27.87%
GREEN value IS 3 (1.56% from 255) = 4.92%
BLUE value IS 41 (16.41% from 255) = 67.21%
R=27.87%
G=4.92%
B=67.21%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal173410.590.9300.84262.1186.368.63
Hex113293B5D054106569
Octal2135173135012440612611
Binary100011110100111101110111010101010010000011010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110329; }

 p { color: rgb(17,3,41); }

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

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

 a { background-color: rgb(17,3,41); }

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

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

 span { border-color: rgb(17,3,41); }

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