Html Css Color HEX #110016 Blackcurrant

📋 copy color: '#110016'

red 17 ◦ green 0 ◦ blue 22

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

Shades of Blackcurrant #110016

Tints of Blackcurrant #110016

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43.59%
G = 0%
B = 56.41%

CMYK

 C value IS 0.23

 M value IS 1

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#110016 (or 0x110016) is known color: Blackcurrant. HEX triplet: 11, 00 and 16. RGB value is (17,0,22). Sum of RGB (Red+Green+Blue) = 17+0+22=39 (5% of max value = 765). Red value is 17 (7.03% from 255 or 43.59% from 39); Green value is 0 (0.39% from 255 or 0% from 39); Blue value is 22 (8.98% from 255 or 56.41% from 39); Max value from RGB is 22 - color contains mainly: blue. Hex color #110016 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110016 is #EEFFE9. Grayscale: #070707. Windows color (decimal): -15663082 or 1441809. OLE color: 1441809.

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

Color convert

RGB 17 0 22 -
CMYK 0.23 1 0 0.91
HSL 286.36º 1% 0.04% -
HSV(B) 286.36º 1% 0.09% -
XYZ 0.38 0.18 0.77 -
YUV 7.59 136.13 134.71 -
System Red Green Blue C M Y K H S L
Decimal 17 0 22 0.23 1 0 0.91 286.36 1 0.04
Hex 11 0 16 17 64 0 5B 11E 64 4
Octal 21 0 26 27 144 0 133 436 144 4
Binary 10001 0 10110 10111 1100100 0 1011011 100011110 1100100 100

Color Harmonies of #110016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110016

Black with #110016

Text Example


Text Example

White with #110016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110016; }

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

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

background-color css

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

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

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

border-color css

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

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

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