#110714

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

Shades of Blackcurrant #110714

Tints of Blackcurrant #110714

Color information

#110714 (or 0x110714) is unknown color: approx Blackcurrant. HEX triplet: 11, 07 and 14. RGB value is (17,7,20). Sum of RGB (Red+Green+Blue) = 17+7+20=44 (5% of max value = 765). Red value is 17 (7.03% from 255 or 38.64% from 44); Green value is 7 (3.12% from 255 or 15.91% from 44); Blue value is 20 (8.20% from 255 or 45.45% from 44); Max value from RGB is 20 - color contains mainly: blue. Hex color #110714 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110714 is #EEF8EB. Grayscale: #0B0B0B. Windows color (decimal): -15661292 or 1312529. OLE color: 1312529.

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

Color convert

RGB17720-
CMYK0.150.6500.92
HSL286.15º48.15%5.29%-
HSV(B)286.15º65%7.84%-
XYZ0.430.320.7-
YUV11.47132.81131.94-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 38.64%
GREEN value IS 7 (3.12% from 255) = 15.91%
BLUE value IS 20 (8.20% from 255) = 45.45%
R=38.64%
G=15.91%
B=45.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal177200.150.6500.92286.1548.155.29
Hex11714F4105C11e305
Octal21724171010134436605
Binary10001111101001111100000101011100100011110110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110714; }

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

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

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

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

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

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

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

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