#150918

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

Shades of Blackcurrant #150918

Tints of Blackcurrant #150918

Color information

#150918 (or 0x150918) is unknown color: approx Blackcurrant. HEX triplet: 15, 09 and 18. RGB value is (21,9,24). Sum of RGB (Red+Green+Blue) = 21+9+24=54 (7% of max value = 765). Red value is 21 (8.59% from 255 or 38.89% from 54); Green value is 9 (3.91% from 255 or 16.67% from 54); Blue value is 24 (9.77% from 255 or 44.44% from 54); Max value from RGB is 24 - color contains mainly: blue. Hex color #150918 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150918 is #EAF6E7. Grayscale: #0E0E0E. Windows color (decimal): -15398632 or 1575189. OLE color: 1575189.

HSL color Cylindrical-coordinate representation of color #150918: hue angle of 288º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #150918 is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB21924-
CMYK0.130.6300.91
HSL288º45.45%6.47%-
HSV(B)288º62.5%9.41%-
XYZ0.570.420.92-
YUV14.3133.48132.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 38.89%
GREEN value IS 9 (3.91% from 255) = 16.67%
BLUE value IS 24 (9.77% from 255) = 44.44%
R=38.89%
G=16.67%
B=44.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal219240.130.6300.9128845.456.47
Hex15918D3F05B1202d6
Octal25113015770133440556
Binary10101100111000110111111101011011100100000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150918; }

 p { color: rgb(21,9,24); }

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

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

 a { background-color: rgb(21,9,24); }

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

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

 span { border-color: rgb(21,9,24); }

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