#110328

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

Shades of Blackcurrant #110328

Tints of Blackcurrant #110328

Color information

#110328 (or 0x110328) is unknown color: approx Blackcurrant. HEX triplet: 11, 03 and 28. RGB value is (17,3,40). Sum of RGB (Red+Green+Blue) = 17+3+40=60 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.33% from 60); Green value is 3 (1.56% from 255 or 5% from 60); Blue value is 40 (16.02% from 255 or 66.67% from 60); Max value from RGB is 40 - color contains mainly: blue. Hex color #110328 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110328 is #EEFCD7. Grayscale: #0B0B0B. Windows color (decimal): -15662296 or 2622225. OLE color: 2622225.

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

Color convert

RGB17340-
CMYK0.570.9300.84
HSL262.7º86.05%8.43%-
HSV(B)262.7º92.5%15.69%-
XYZ0.650.342.04-
YUV11.4144.14131.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 28.33%
GREEN value IS 3 (1.56% from 255) = 5%
BLUE value IS 40 (16.02% from 255) = 66.67%
R=28.33%
G=5%
B=66.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal173400.570.9300.84262.786.058.43
Hex11328395D054107568
Octal2135071135012440712610
Binary100011110100011100110111010101010010000011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110328; }

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

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

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

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

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

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

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

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