#150017

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

Shades of Blackcurrant #150017

Tints of Blackcurrant #150017

Color information

#150017 (or 0x150017) is unknown color: approx Blackcurrant. HEX triplet: 15, 00 and 17. RGB value is (21,0,23). Sum of RGB (Red+Green+Blue) = 21+0+23=44 (5% of max value = 765). Red value is 21 (8.59% from 255 or 47.73% from 44); Green value is 0 (0.39% from 255 or 0% from 44); Blue value is 23 (9.38% from 255 or 52.27% from 44); Max value from RGB is 23 - color contains mainly: blue. Hex color #150017 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150017 is #EAFFE8. Grayscale: #080808. Windows color (decimal): -15400937 or 1507349. OLE color: 1507349.

HSL color Cylindrical-coordinate representation of color #150017: hue angle of 294.78º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #150017 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB21023-
CMYK0.09100.91
HSL294.78º100%4.51%-
HSV(B)294.78º100%9.02%-
XYZ0.460.220.83-
YUV8.9135.96136.63-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 47.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 23 (9.38% from 255) = 52.27%
R=47.73%
G=0%
B=52.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal210230.09100.91294.781004.51
Hex1501796405B127645
Octal250271114401334471445
Binary1010101011110011100100010110111001001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150017; }

 p { color: rgb(21,0,23); }

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

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

 a { background-color: rgb(21,0,23); }

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

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

 span { border-color: rgb(21,0,23); }

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