#110C19

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

Shades of Blackcurrant #110C19

Tints of Blackcurrant #110C19

Color information

#110C19 (or 0x110C19) is unknown color: approx Blackcurrant. HEX triplet: 11, 0C and 19. RGB value is (17,12,25). Sum of RGB (Red+Green+Blue) = 17+12+25=54 (7% of max value = 765). Red value is 17 (7.03% from 255 or 31.48% from 54); Green value is 12 (5.08% from 255 or 22.22% from 54); Blue value is 25 (10.16% from 255 or 46.30% from 54); Max value from RGB is 25 - color contains mainly: blue. Hex color #110C19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110C19 is #EEF3E6. Grayscale: #0E0E0E. Windows color (decimal): -15660007 or 1641489. OLE color: 1641489.

HSL color Cylindrical-coordinate representation of color #110C19: hue angle of 263.08º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #110C19 is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB171225-
CMYK0.320.5200.90
HSL263.08º35.14%7.25%-
HSV(B)263.08º52%9.8%-
XYZ0.540.450.98-
YUV14.98133.66129.44-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 31.48%
GREEN value IS 12 (5.08% from 255) = 22.22%
BLUE value IS 25 (10.16% from 255) = 46.30%
R=31.48%
G=22.22%
B=46.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1712250.320.5200.90263.0835.147.25
Hex11C19203405A107237
Octal21143140640132407437
Binary1000111001100110000011010001011010100000111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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