#150D18

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

Shades of Blackcurrant #150D18

Tints of Blackcurrant #150D18

Color information

#150D18 (or 0x150D18) is unknown color: approx Blackcurrant. HEX triplet: 15, 0D and 18. RGB value is (21,13,24). Sum of RGB (Red+Green+Blue) = 21+13+24=58 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.21% from 58); Green value is 13 (5.47% from 255 or 22.41% from 58); Blue value is 24 (9.77% from 255 or 41.38% from 58); Max value from RGB is 24 - color contains mainly: blue. Hex color #150D18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150D18 is #EAF2E7. Grayscale: #101010. Windows color (decimal): -15397608 or 1576213. OLE color: 1576213.

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

Color convert

RGB211324-
CMYK0.130.4600.91
HSL283.64º29.73%7.25%-
HSV(B)283.64º45.83%9.41%-
XYZ0.620.510.93-
YUV16.65132.15131.11-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 36.21%
GREEN value IS 13 (5.47% from 255) = 22.41%
BLUE value IS 24 (9.77% from 255) = 41.38%
R=36.21%
G=22.41%
B=41.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2113240.130.4600.91283.6429.737.25
Hex15D18D2E05B11c1e7
Octal25153015560133434367
Binary1010111011100011011011100101101110001110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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