Html Css Color HEX #110017 Blackcurrant

📋 copy color: '#110017'

red 17 ◦ green 0 ◦ blue 23

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

Shades of Blackcurrant #110017

Tints of Blackcurrant #110017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 57.5%

R = 42.5%
G = 0%
B = 57.5%

CMYK

 C value IS 0.26

 M value IS 1

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#110017 (or 0x110017) is known color: Blackcurrant. HEX triplet: 11, 00 and 17. RGB value is (17,0,23). Sum of RGB (Red+Green+Blue) = 17+0+23=40 (5% of max value = 765). Red value is 17 (7.03% from 255 or 42.5% from 40); Green value is 0 (0.39% from 255 or 0% from 40); Blue value is 23 (9.38% from 255 or 57.5% from 40); Max value from RGB is 23 - color contains mainly: blue. Hex color #110017 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110017 is #EEFFE8. Grayscale: #070707. Windows color (decimal): -15663081 or 1507345. OLE color: 1507345.

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

Color convert

RGB 17 0 23 -
CMYK 0.26 1 0 0.91
HSL 284.35º 1% 0.05% -
HSV(B) 284.35º 1% 0.09% -
XYZ 0.39 0.18 0.83 -
YUV 7.71 136.63 134.63 -
System Red Green Blue C M Y K H S L
Decimal 17 0 23 0.26 1 0 0.91 284.35 1 0.05
Hex 11 0 17 1A 64 0 5B 11C 64 5
Octal 21 0 27 32 144 0 133 434 144 5
Binary 10001 0 10111 11010 1100100 0 1011011 100011100 1100100 101

Color Harmonies of #110017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110017

Black with #110017

Text Example


Text Example

White with #110017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110017; }

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

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

background-color css

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

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

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

border-color css

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

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

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