#150E17

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

Shades of Blackcurrant #150E17

Tints of Blackcurrant #150E17

Color information

#150E17 (or 0x150E17) is unknown color: approx Blackcurrant. HEX triplet: 15, 0E and 17. RGB value is (21,14,23). Sum of RGB (Red+Green+Blue) = 21+14+23=58 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.21% from 58); Green value is 14 (5.86% from 255 or 24.14% from 58); Blue value is 23 (9.38% from 255 or 39.66% from 58); Max value from RGB is 23 - color contains mainly: blue. Hex color #150E17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150E17 is #EAF1E8. Grayscale: #111111. Windows color (decimal): -15397353 or 1510933. OLE color: 1510933.

HSL color Cylindrical-coordinate representation of color #150E17: hue angle of 286.67º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #150E17 is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB211423-
CMYK0.090.3900.91
HSL286.67º24.32%7.25%-
HSV(B)286.67º39.13%9.02%-
XYZ0.620.540.88-
YUV17.12131.32130.77-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 36.21%
GREEN value IS 14 (5.86% from 255) = 24.14%
BLUE value IS 23 (9.38% from 255) = 39.66%
R=36.21%
G=24.14%
B=39.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2114230.090.3900.91286.6724.327.25
Hex15E1792705B11f187
Octal25162711470133437307
Binary1010111101011110011001110101101110001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150E17; }

 p { color: rgb(21,14,23); }

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

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

 a { background-color: rgb(21,14,23); }

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

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

 span { border-color: rgb(21,14,23); }

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