#150F17

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

Shades of Blackcurrant #150F17

Tints of Blackcurrant #150F17

Color information

#150F17 (or 0x150F17) is unknown color: approx Blackcurrant. HEX triplet: 15, 0F and 17. RGB value is (21,15,23). Sum of RGB (Red+Green+Blue) = 21+15+23=59 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35.59% from 59); Green value is 15 (6.25% from 255 or 25.42% from 59); Blue value is 23 (9.38% from 255 or 38.98% from 59); Max value from RGB is 23 - color contains mainly: blue. Hex color #150F17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150F17 is #EAF0E8. Grayscale: #111111. Windows color (decimal): -15397097 or 1511189. OLE color: 1511189.

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

Color convert

RGB211523-
CMYK0.090.3500.91
HSL285º21.05%7.45%-
HSV(B)285º34.78%9.02%-
XYZ0.630.560.89-
YUV17.71130.99130.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 35.59%
GREEN value IS 15 (6.25% from 255) = 25.42%
BLUE value IS 23 (9.38% from 255) = 38.98%
R=35.59%
G=25.42%
B=38.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2115230.090.3500.9128521.057.45
Hex15F1792305B11d157
Octal25172711430133435257
Binary1010111111011110011000110101101110001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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