#110027

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

Shades of Blackcurrant #110027

Tints of Blackcurrant #110027

Color information

#110027 (or 0x110027) is unknown color: approx Blackcurrant. HEX triplet: 11, 00 and 27. RGB value is (17,0,39). Sum of RGB (Red+Green+Blue) = 17+0+39=56 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.36% from 56); Green value is 0 (0.39% from 255 or 0% from 56); Blue value is 39 (15.62% from 255 or 69.64% from 56); Max value from RGB is 39 - color contains mainly: blue. Hex color #110027 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110027 is #EEFFD8. Grayscale: #090909. Windows color (decimal): -15663065 or 2555921. OLE color: 2555921.

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

Color convert

RGB17039-
CMYK0.56100.85
HSL266.15º100%7.65%-
HSV(B)266.15º100%15.29%-
XYZ0.60.271.94-
YUV9.53144.63133.33-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 30.36%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 39 (15.62% from 255) = 69.64%
R=30.36%
G=0%
B=69.64%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal170390.56100.85266.151007.65
Hex11027386405510a648
Octal2104770144012541214410
Binary10001010011111100011001000101010110000101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110027; }

 p { color: rgb(17,0,39); }

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

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

 a { background-color: rgb(17,0,39); }

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

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

 span { border-color: rgb(17,0,39); }

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