#110C15

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

Shades of Blackcurrant #110C15

Tints of Blackcurrant #110C15

Color information

#110C15 (or 0x110C15) is unknown color: approx Blackcurrant. HEX triplet: 11, 0C and 15. RGB value is (17,12,21). Sum of RGB (Red+Green+Blue) = 17+12+21=50 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34% from 50); Green value is 12 (5.08% from 255 or 24% from 50); Blue value is 21 (8.59% from 255 or 42% from 50); Max value from RGB is 21 - color contains mainly: blue. Hex color #110C15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110C15 is #EEF3EA. Grayscale: #0E0E0E. Windows color (decimal): -15660011 or 1379345. OLE color: 1379345.

HSL color Cylindrical-coordinate representation of color #110C15: hue angle of 273.33º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #110C15 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB171221-
CMYK0.190.4300.92
HSL273.33º27.27%6.47%-
HSV(B)273.33º42.86%8.24%-
XYZ0.50.440.77-
YUV14.52131.66129.77-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 34%
GREEN value IS 12 (5.08% from 255) = 24%
BLUE value IS 21 (8.59% from 255) = 42%
R=34%
G=24%
B=42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1712210.190.4300.92273.3327.276.47
Hex11C15132B05C1111b6
Octal21142523530134421336
Binary10001110010101100111010110101110010001000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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