#110014

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

Shades of Blackcurrant #110014

Tints of Blackcurrant #110014

Color information

#110014 (or 0x110014) is unknown color: approx Blackcurrant. HEX triplet: 11, 00 and 14. RGB value is (17,0,20). Sum of RGB (Red+Green+Blue) = 17+0+20=37 (4% of max value = 765). Red value is 17 (7.03% from 255 or 45.95% from 37); Green value is 0 (0.39% from 255 or 0% from 37); Blue value is 20 (8.20% from 255 or 54.05% from 37); Max value from RGB is 20 - color contains mainly: blue. Hex color #110014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110014 is #EEFFEB. Grayscale: #070707. Windows color (decimal): -15663084 or 1310737. OLE color: 1310737.

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

Color convert

RGB17020-
CMYK0.15100.92
HSL291º100%3.92%-
HSV(B)291º100%7.84%-
XYZ0.360.170.68-
YUV7.36135.13134.87-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 45.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 20 (8.20% from 255) = 54.05%
R=45.95%
G=0%
B=54.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal170200.15100.922911003.92
Hex11014F6405C123644
Octal210241714401344431444
Binary1000101010011111100100010111001001000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110014; }

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

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

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

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

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

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

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

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