#110326

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

Shades of Blackcurrant #110326

Tints of Blackcurrant #110326

Color information

#110326 (or 0x110326) is unknown color: approx Blackcurrant. HEX triplet: 11, 03 and 26. RGB value is (17,3,38). Sum of RGB (Red+Green+Blue) = 17+3+38=58 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.31% from 58); Green value is 3 (1.56% from 255 or 5.17% from 58); Blue value is 38 (15.23% from 255 or 65.52% from 58); Max value from RGB is 38 - color contains mainly: blue. Hex color #110326 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110326 is #EEFCD9. Grayscale: #0B0B0B. Windows color (decimal): -15662298 or 2491153. OLE color: 2491153.

HSL color Cylindrical-coordinate representation of color #110326: hue angle of 264º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #110326 is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB17338-
CMYK0.550.9200.85
HSL264º85.37%8.04%-
HSV(B)264º92.11%14.9%-
XYZ0.610.321.86-
YUV11.18143.14132.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 29.31%
GREEN value IS 3 (1.56% from 255) = 5.17%
BLUE value IS 38 (15.23% from 255) = 65.52%
R=29.31%
G=5.17%
B=65.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal173380.550.9200.8526485.378.04
Hex11326375C055108558
Octal2134667134012541012510
Binary100011110011011011110111000101010110000100010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110326; }

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

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

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

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

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

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

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

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