#15111A

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

Shades of Blackcurrant #15111A

Tints of Blackcurrant #15111A

Color information

#15111A (or 0x15111A) is unknown color: approx Blackcurrant. HEX triplet: 15, 11 and 1A. RGB value is (21,17,26). Sum of RGB (Red+Green+Blue) = 21+17+26=64 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.81% from 64); Green value is 17 (7.03% from 255 or 26.56% from 64); Blue value is 26 (10.55% from 255 or 40.62% from 64); Max value from RGB is 26 - color contains mainly: blue. Hex color #15111A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15111A is #EAEEE5. Grayscale: #131313. Windows color (decimal): -15396582 or 1708309. OLE color: 1708309.

HSL color Cylindrical-coordinate representation of color #15111A: hue angle of 266.67º degrees, saturation: 0.21, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #15111A is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB211726-
CMYK0.190.3500.90
HSL266.67º20.93%8.43%-
HSV(B)266.67º34.62%10.2%-
XYZ0.70.631.06-
YUV19.22131.83129.27-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 32.81%
GREEN value IS 17 (7.03% from 255) = 26.56%
BLUE value IS 26 (10.55% from 255) = 40.62%
R=32.81%
G=26.56%
B=40.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2117260.190.3500.90266.6720.938.43
Hex15111A132305A10b158
Octal252132234301324132510
Binary1010110001110101001110001101011010100001011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15111A; }

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

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

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

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

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

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

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

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