#110C17

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

Shades of Blackcurrant #110C17

Tints of Blackcurrant #110C17

Color information

#110C17 (or 0x110C17) is unknown color: approx Blackcurrant. HEX triplet: 11, 0C and 17. RGB value is (17,12,23). Sum of RGB (Red+Green+Blue) = 17+12+23=52 (6% of max value = 765). Red value is 17 (7.03% from 255 or 32.69% from 52); Green value is 12 (5.08% from 255 or 23.08% from 52); Blue value is 23 (9.38% from 255 or 44.23% from 52); Max value from RGB is 23 - color contains mainly: blue. Hex color #110C17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110C17 is #EEF3E8. Grayscale: #0E0E0E. Windows color (decimal): -15660009 or 1510417. OLE color: 1510417.

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

Color convert

RGB171223-
CMYK0.260.4800.91
HSL267.27º31.43%6.86%-
HSV(B)267.27º47.83%9.02%-
XYZ0.520.440.87-
YUV14.75132.66129.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 32.69%
GREEN value IS 12 (5.08% from 255) = 23.08%
BLUE value IS 23 (9.38% from 255) = 44.23%
R=32.69%
G=23.08%
B=44.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1712230.260.4800.91267.2731.436.86
Hex11C171A3005B10b1f7
Octal21142732600133413377
Binary10001110010111110101100000101101110000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110C17; }

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

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

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

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

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

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

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

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