#110013

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

Shades of Blackcurrant #110013

Tints of Blackcurrant #110013

Color information

#110013 (or 0x110013) is unknown color: approx Blackcurrant. HEX triplet: 11, 00 and 13. RGB value is (17,0,19). Sum of RGB (Red+Green+Blue) = 17+0+19=36 (4% of max value = 765). Red value is 17 (7.03% from 255 or 47.22% from 36); Green value is 0 (0.39% from 255 or 0% from 36); Blue value is 19 (7.81% from 255 or 52.78% from 36); Max value from RGB is 19 - color contains mainly: blue. Hex color #110013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110013 is #EEFFEC. Grayscale: #070707. Windows color (decimal): -15663085 or 1245201. OLE color: 1245201.

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

Color convert

RGB17019-
CMYK0.11100.93
HSL293.68º100%3.73%-
HSV(B)293.68º100%7.45%-
XYZ0.350.170.63-
YUV7.25134.63134.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 47.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 19 (7.81% from 255) = 52.78%
R=47.22%
G=0%
B=52.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal170190.11100.93293.681003.73
Hex11013B6405D126644
Octal210231314401354461444
Binary1000101001110111100100010111011001001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110013; }

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

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

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

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

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

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

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

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