#110914

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

Shades of Blackcurrant #110914

Tints of Blackcurrant #110914

Color information

#110914 (or 0x110914) is unknown color: approx Blackcurrant. HEX triplet: 11, 09 and 14. RGB value is (17,9,20). Sum of RGB (Red+Green+Blue) = 17+9+20=46 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.96% from 46); Green value is 9 (3.91% from 255 or 19.57% from 46); Blue value is 20 (8.20% from 255 or 43.48% from 46); Max value from RGB is 20 - color contains mainly: blue. Hex color #110914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110914 is #EEF6EB. Grayscale: #0C0C0C. Windows color (decimal): -15660780 or 1313041. OLE color: 1313041.

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

Color convert

RGB17920-
CMYK0.150.5500.92
HSL283.64º37.93%5.69%-
HSV(B)283.64º55%7.84%-
XYZ0.460.370.71-
YUV12.65132.15131.11-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 36.96%
GREEN value IS 9 (3.91% from 255) = 19.57%
BLUE value IS 20 (8.20% from 255) = 43.48%
R=36.96%
G=19.57%
B=43.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal179200.150.5500.92283.6437.935.69
Hex11914F3705C11c266
Octal21112417670134434466
Binary10001100110100111111011101011100100011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110914; }

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

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

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

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

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

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

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

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