#150919

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

Shades of Blackcurrant #150919

Tints of Blackcurrant #150919

Color information

#150919 (or 0x150919) is unknown color: approx Blackcurrant. HEX triplet: 15, 09 and 19. RGB value is (21,9,25). Sum of RGB (Red+Green+Blue) = 21+9+25=55 (7% of max value = 765). Red value is 21 (8.59% from 255 or 38.18% from 55); Green value is 9 (3.91% from 255 or 16.36% from 55); Blue value is 25 (10.16% from 255 or 45.45% from 55); Max value from RGB is 25 - color contains mainly: blue. Hex color #150919 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150919 is #EAF6E6. Grayscale: #0E0E0E. Windows color (decimal): -15398631 or 1640725. OLE color: 1640725.

HSL color Cylindrical-coordinate representation of color #150919: hue angle of 285º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #150919 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB21925-
CMYK0.160.6400.90
HSL285º47.06%6.67%-
HSV(B)285º64%9.8%-
XYZ0.580.420.97-
YUV14.41133.98132.7-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 38.18%
GREEN value IS 9 (3.91% from 255) = 16.36%
BLUE value IS 25 (10.16% from 255) = 45.45%
R=38.18%
G=16.36%
B=45.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal219250.160.6400.9028547.066.67
Hex15919104005A11d2f7
Octal251131201000132435577
Binary1010110011100110000100000001011010100011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150919; }

 p { color: rgb(21,9,25); }

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

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

 a { background-color: rgb(21,9,25); }

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

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

 span { border-color: rgb(21,9,25); }

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