#110718

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

Shades of Blackcurrant #110718

Tints of Blackcurrant #110718

Color information

#110718 (or 0x110718) is unknown color: approx Blackcurrant. HEX triplet: 11, 07 and 18. RGB value is (17,7,24). Sum of RGB (Red+Green+Blue) = 17+7+24=48 (6% of max value = 765). Red value is 17 (7.03% from 255 or 35.42% from 48); Green value is 7 (3.12% from 255 or 14.58% from 48); Blue value is 24 (9.77% from 255 or 50% from 48); Max value from RGB is 24 - color contains mainly: blue. Hex color #110718 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110718 is #EEF8E7. Grayscale: #0B0B0B. Windows color (decimal): -15661288 or 1574673. OLE color: 1574673.

HSL color Cylindrical-coordinate representation of color #110718: hue angle of 275.29º degrees, saturation: 0.55, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #110718 is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB17724-
CMYK0.290.7100.91
HSL275.29º54.84%6.08%-
HSV(B)275.29º70.83%9.41%-
XYZ0.470.340.9-
YUV11.93134.81131.62-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 35.42%
GREEN value IS 7 (3.12% from 255) = 14.58%
BLUE value IS 24 (9.77% from 255) = 50%
R=35.42%
G=14.58%
B=50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal177240.290.7100.91275.2954.846.08
Hex117181D4705B113376
Octal21730351070133423676
Binary100011111100011101100011101011011100010011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110718; }

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

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

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

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

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

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

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

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