#150E1C

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

Shades of Blackcurrant #150E1C

Tints of Blackcurrant #150E1C

Color information

#150E1C (or 0x150E1C) is unknown color: approx Blackcurrant. HEX triplet: 15, 0E and 1C. RGB value is (21,14,28). Sum of RGB (Red+Green+Blue) = 21+14+28=63 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.33% from 63); Green value is 14 (5.86% from 255 or 22.22% from 63); Blue value is 28 (11.33% from 255 or 44.44% from 63); Max value from RGB is 28 - color contains mainly: blue. Hex color #150E1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150E1C is #EAF1E3. Grayscale: #111111. Windows color (decimal): -15397348 or 1838613. OLE color: 1838613.

HSL color Cylindrical-coordinate representation of color #150E1C: hue angle of 270º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #150E1C is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB211428-
CMYK0.250.5000.89
HSL270º33.33%8.24%-
HSV(B)270º50%10.98%-
XYZ0.680.561.17-
YUV17.69133.82130.36-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 33.33%
GREEN value IS 14 (5.86% from 255) = 22.22%
BLUE value IS 28 (11.33% from 255) = 44.44%
R=33.33%
G=22.22%
B=44.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2114280.250.5000.8927033.338.24
Hex15E1C193205910e218
Octal251634316201314164110
Binary1010111101110011001110010010110011000011101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,14,28); }

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

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

 a { background-color: rgb(21,14,28); }

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

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

 span { border-color: rgb(21,14,28); }

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