#150C1E

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

Shades of Blackcurrant #150C1E

Tints of Blackcurrant #150C1E

Color information

#150C1E (or 0x150C1E) is unknown color: approx Blackcurrant. HEX triplet: 15, 0C and 1E. RGB value is (21,12,30). Sum of RGB (Red+Green+Blue) = 21+12+30=63 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.33% from 63); Green value is 12 (5.08% from 255 or 19.05% from 63); Blue value is 30 (12.11% from 255 or 47.62% from 63); Max value from RGB is 30 - color contains mainly: blue. Hex color #150C1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150C1E is #EAF3E1. Grayscale: #101010. Windows color (decimal): -15397858 or 1969173. OLE color: 1969173.

HSL color Cylindrical-coordinate representation of color #150C1E: hue angle of 270º degrees, saturation: 0.43, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #150C1E is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB211230-
CMYK0.300.6000.88
HSL270º42.86%8.24%-
HSV(B)270º60%11.76%-
XYZ0.680.521.29-
YUV16.74135.48131.04-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 33.33%
GREEN value IS 12 (5.08% from 255) = 19.05%
BLUE value IS 30 (12.11% from 255) = 47.62%
R=33.33%
G=19.05%
B=47.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2112300.300.6000.8827042.868.24
Hex15C1E1E3C05810e2b8
Octal251436367401304165310
Binary1010111001111011110111100010110001000011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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