#15101A

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

Shades of Blackcurrant #15101A

Tints of Blackcurrant #15101A

Color information

#15101A (or 0x15101A) is unknown color: approx Blackcurrant. HEX triplet: 15, 10 and 1A. RGB value is (21,16,26). Sum of RGB (Red+Green+Blue) = 21+16+26=63 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.33% from 63); Green value is 16 (6.64% from 255 or 25.40% from 63); Blue value is 26 (10.55% from 255 or 41.27% from 63); Max value from RGB is 26 - color contains mainly: blue. Hex color #15101A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15101A is #EAEFE5. Grayscale: #121212. Windows color (decimal): -15396838 or 1708053. OLE color: 1708053.

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

Color convert

RGB211626-
CMYK0.190.3800.90
HSL270º23.81%8.24%-
HSV(B)270º38.46%10.2%-
XYZ0.680.61.06-
YUV18.63132.16129.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 33.33%
GREEN value IS 16 (6.64% from 255) = 25.40%
BLUE value IS 26 (10.55% from 255) = 41.27%
R=33.33%
G=25.40%
B=41.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2116260.190.3800.9027023.818.24
Hex15101A132605A10e188
Octal252032234601324163010
Binary1010110000110101001110011001011010100001110110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15101A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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