#110A14

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

Shades of Blackcurrant #110A14

Tints of Blackcurrant #110A14

Color information

#110A14 (or 0x110A14) is unknown color: approx Blackcurrant. HEX triplet: 11, 0A and 14. RGB value is (17,10,20). Sum of RGB (Red+Green+Blue) = 17+10+20=47 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.17% from 47); Green value is 10 (4.30% from 255 or 21.28% from 47); Blue value is 20 (8.20% from 255 or 42.55% from 47); Max value from RGB is 20 - color contains mainly: blue. Hex color #110A14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110A14 is #EEF5EB. Grayscale: #0D0D0D. Windows color (decimal): -15660524 or 1313297. OLE color: 1313297.

HSL color Cylindrical-coordinate representation of color #110A14: hue angle of 282º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #110A14 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB171020-
CMYK0.150.5000.92
HSL282º33.33%5.88%-
HSV(B)282º50%7.84%-
XYZ0.470.390.71-
YUV13.23131.82130.69-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 36.17%
GREEN value IS 10 (4.30% from 255) = 21.28%
BLUE value IS 20 (8.20% from 255) = 42.55%
R=36.17%
G=21.28%
B=42.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1710200.150.5000.9228233.335.88
Hex11A14F3205C11a216
Octal21122417620134432416
Binary10001101010100111111001001011100100011010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110A14; }

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

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

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

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

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

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

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

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