#151018

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

Shades of Blackcurrant #151018

Tints of Blackcurrant #151018

Color information

#151018 (or 0x151018) is unknown color: approx Blackcurrant. HEX triplet: 15, 10 and 18. RGB value is (21,16,24). Sum of RGB (Red+Green+Blue) = 21+16+24=61 (8% of max value = 765). Red value is 21 (8.59% from 255 or 34.43% from 61); Green value is 16 (6.64% from 255 or 26.23% from 61); Blue value is 24 (9.77% from 255 or 39.34% from 61); Max value from RGB is 24 - color contains mainly: blue. Hex color #151018 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151018 is #EAEFE7. Grayscale: #121212. Windows color (decimal): -15396840 or 1576981. OLE color: 1576981.

HSL color Cylindrical-coordinate representation of color #151018: hue angle of 277.5º degrees, saturation: 0.2, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #151018 is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB211624-
CMYK0.130.3300.91
HSL277.5º20%7.84%-
HSV(B)277.5º33.33%9.41%-
XYZ0.660.60.94-
YUV18.41131.16129.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 34.43%
GREEN value IS 16 (6.64% from 255) = 26.23%
BLUE value IS 24 (9.77% from 255) = 39.34%
R=34.43%
G=26.23%
B=39.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2116240.130.3300.91277.5207.84
Hex151018D2105B116148
Octal252030154101334262410
Binary101011000011000110110000101011011100010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151018; }

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

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

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

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

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

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

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

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