#151019

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

Shades of Blackcurrant #151019

Tints of Blackcurrant #151019

Color information

#151019 (or 0x151019) is unknown color: approx Blackcurrant. HEX triplet: 15, 10 and 19. RGB value is (21,16,25). Sum of RGB (Red+Green+Blue) = 21+16+25=62 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.87% from 62); Green value is 16 (6.64% from 255 or 25.81% from 62); Blue value is 25 (10.16% from 255 or 40.32% from 62); Max value from RGB is 25 - color contains mainly: blue. Hex color #151019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151019 is #EAEFE6. Grayscale: #121212. Windows color (decimal): -15396839 or 1642517. OLE color: 1642517.

HSL color Cylindrical-coordinate representation of color #151019: hue angle of 273.33º degrees, saturation: 0.22, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #151019 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB211625-
CMYK0.160.3600.90
HSL273.33º21.95%8.04%-
HSV(B)273.33º36%9.8%-
XYZ0.670.61-
YUV18.52131.66129.77-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 33.87%
GREEN value IS 16 (6.64% from 255) = 25.81%
BLUE value IS 25 (10.16% from 255) = 40.32%
R=33.87%
G=25.81%
B=40.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2116250.160.3600.90273.3321.958.04
Hex151019102405A111168
Octal252031204401324212610
Binary1010110000110011000010010001011010100010001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151019; }

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

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

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

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

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

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

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

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