#150C20

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

Shades of Blackcurrant #150C20

Tints of Blackcurrant #150C20

Color information

#150C20 (or 0x150C20) is unknown color: approx Blackcurrant. HEX triplet: 15, 0C and 20. RGB value is (21,12,32). Sum of RGB (Red+Green+Blue) = 21+12+32=65 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.31% from 65); Green value is 12 (5.08% from 255 or 18.46% from 65); Blue value is 32 (12.89% from 255 or 49.23% from 65); Max value from RGB is 32 - color contains mainly: blue. Hex color #150C20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150C20 is #EAF3DF. Grayscale: #101010. Windows color (decimal): -15397856 or 2100245. OLE color: 2100245.

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

Color convert

RGB211232-
CMYK0.340.6300.87
HSL267º45.45%8.63%-
HSV(B)267º62.5%12.55%-
XYZ0.70.531.43-
YUV16.97136.48130.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 32.31%
GREEN value IS 12 (5.08% from 255) = 18.46%
BLUE value IS 32 (12.89% from 255) = 49.23%
R=32.31%
G=18.46%
B=49.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2112320.340.6300.8726745.458.63
Hex15C20223F05710b2d9
Octal251440427701274135511
Binary101011100100000100010111111010101111000010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,12,32); }

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

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

 a { background-color: rgb(21,12,32); }

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

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

 span { border-color: rgb(21,12,32); }

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