#150B18

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

Shades of Blackcurrant #150B18

Tints of Blackcurrant #150B18

Color information

#150B18 (or 0x150B18) is unknown color: approx Blackcurrant. HEX triplet: 15, 0B and 18. RGB value is (21,11,24). Sum of RGB (Red+Green+Blue) = 21+11+24=56 (7% of max value = 765). Red value is 21 (8.59% from 255 or 37.5% from 56); Green value is 11 (4.69% from 255 or 19.64% from 56); Blue value is 24 (9.77% from 255 or 42.86% from 56); Max value from RGB is 24 - color contains mainly: blue. Hex color #150B18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150B18 is #EAF4E7. Grayscale: #0F0F0F. Windows color (decimal): -15398120 or 1575701. OLE color: 1575701.

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

Color convert

RGB211124-
CMYK0.130.5400.91
HSL286.15º37.14%6.86%-
HSV(B)286.15º54.17%9.41%-
XYZ0.590.460.92-
YUV15.47132.81131.94-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 37.5%
GREEN value IS 11 (4.69% from 255) = 19.64%
BLUE value IS 24 (9.77% from 255) = 42.86%
R=37.5%
G=19.64%
B=42.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2111240.130.5400.91286.1537.146.86
Hex15B18D3605B11e257
Octal25133015660133436457
Binary10101101111000110111011001011011100011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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