#110015

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

Shades of Blackcurrant #110015

Tints of Blackcurrant #110015

Color information

#110015 (or 0x110015) is unknown color: approx Blackcurrant. HEX triplet: 11, 00 and 15. RGB value is (17,0,21). Sum of RGB (Red+Green+Blue) = 17+0+21=38 (5% of max value = 765). Red value is 17 (7.03% from 255 or 44.74% from 38); Green value is 0 (0.39% from 255 or 0% from 38); Blue value is 21 (8.59% from 255 or 55.26% from 38); Max value from RGB is 21 - color contains mainly: blue. Hex color #110015 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110015 is #EEFFEA. Grayscale: #070707. Windows color (decimal): -15663083 or 1376273. OLE color: 1376273.

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

Color convert

RGB17021-
CMYK0.19100.92
HSL288.57º100%4.12%-
HSV(B)288.57º100%8.24%-
XYZ0.370.170.72-
YUV7.48135.63134.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 44.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 21 (8.59% from 255) = 55.26%
R=44.74%
G=0%
B=55.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal170210.19100.92288.571004.12
Hex11015136405C121644
Octal210252314401344411444
Binary10001010101100111100100010111001001000011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110015; }

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

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

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

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

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

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

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

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