#150F16

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

Shades of Blackcurrant #150F16

Tints of Blackcurrant #150F16

Color information

#150F16 (or 0x150F16) is unknown color: approx Blackcurrant. HEX triplet: 15, 0F and 16. RGB value is (21,15,22). Sum of RGB (Red+Green+Blue) = 21+15+22=58 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.21% from 58); Green value is 15 (6.25% from 255 or 25.86% from 58); Blue value is 22 (8.98% from 255 or 37.93% from 58); Max value from RGB is 22 - color contains mainly: blue. Hex color #150F16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150F16 is #EAF0E9. Grayscale: #111111. Windows color (decimal): -15397098 or 1445653. OLE color: 1445653.

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

Color convert

RGB211522-
CMYK0.050.3200.91
HSL291.43º18.92%7.25%-
HSV(B)291.43º31.82%8.63%-
XYZ0.620.560.83-
YUV17.59130.49130.43-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 36.21%
GREEN value IS 15 (6.25% from 255) = 25.86%
BLUE value IS 22 (8.98% from 255) = 37.93%
R=36.21%
G=25.86%
B=37.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2115220.050.3200.91291.4318.927.25
Hex15F1652005B123137
Octal2517265400133443237
Binary101011111101101011000000101101110010001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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