#151119

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

Shades of Blackcurrant #151119

Tints of Blackcurrant #151119

Color information

#151119 (or 0x151119) is unknown color: approx Blackcurrant. HEX triplet: 15, 11 and 19. RGB value is (21,17,25). Sum of RGB (Red+Green+Blue) = 21+17+25=63 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.33% from 63); Green value is 17 (7.03% from 255 or 26.98% from 63); Blue value is 25 (10.16% from 255 or 39.68% from 63); Max value from RGB is 25 - color contains mainly: blue. Hex color #151119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151119 is #EAEEE6. Grayscale: #131313. Windows color (decimal): -15396583 or 1642773. OLE color: 1642773.

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

Color convert

RGB211725-
CMYK0.160.3200.90
HSL270º19.05%8.24%-
HSV(B)270º32%9.8%-
XYZ0.690.631.01-
YUV19.11131.33129.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 33.33%
GREEN value IS 17 (7.03% from 255) = 26.98%
BLUE value IS 25 (10.16% from 255) = 39.68%
R=33.33%
G=26.98%
B=39.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2117250.160.3200.9027019.058.24
Hex151119102005A10e138
Octal252131204001324162310
Binary1010110001110011000010000001011010100001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151119; }

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

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

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

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

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

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

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

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