Html Css Color HEX #110116 Blackcurrant

📋 copy color: '#110116'

red 17 ◦ green 1 ◦ blue 22

#110116
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #110116

Tints of Blackcurrant #110116

RGB

 RED value IS 17 (7.03% from 255) = 42.5%

 GREEN value IS 1 (0.78% from 255) = 2.5%

 BLUE value IS 22 (8.98% from 255) = 55%

R = 42.5%
G = 2.5%
B = 55%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#110116 (or 0x110116) is known color: Blackcurrant. HEX triplet: 11, 01 and 16. RGB value is (17,1,22). Sum of RGB (Red+Green+Blue) = 17+1+22=40 (5% of max value = 765). Red value is 17 (7.03% from 255 or 42.5% from 40); Green value is 1 (0.78% from 255 or 2.5% from 40); Blue value is 22 (8.98% from 255 or 55% from 40); Max value from RGB is 22 - color contains mainly: blue. Hex color #110116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110116 is #EEFEE9. Grayscale: #080808. Windows color (decimal): -15662826 or 1442065. OLE color: 1442065.

HSL color Cylindrical-coordinate representation of color #110116: hue angle of 285.71º degrees, saturation: 0.91, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #110116 is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 17 1 22 -
CMYK 0.23 0.95 0 0.91
HSL 285.71º 0.91% 0.05% -
HSV(B) 285.71º 0.95% 0.09% -
XYZ 0.39 0.2 0.78 -
YUV 8.18 135.8 134.29 -
System Red Green Blue C M Y K H S L
Decimal 17 1 22 0.23 0.95 0 0.91 285.71 0.91 0.05
Hex 11 1 16 17 5F 0 5B 11E 5B 5
Octal 21 1 26 27 137 0 133 436 133 5
Binary 10001 1 10110 10111 1011111 0 1011011 100011110 1011011 101

Color Harmonies of #110116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110116

Black with #110116

Text Example


Text Example

White with #110116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110116; }

 p { color: rgb(17,1,22); }

 H1.HeaderClassName
 {
   color: #110116;
 }
 .AnyTagClassName
 {
   color: #110116;
 }
</style>

background-color css

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

 a { background-color: rgb(17,1,22); }

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

border-color css

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

 span { border-color: rgb(17,1,22); }

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