#151217

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

Shades of Blackcurrant #151217

Tints of Blackcurrant #151217

Color information

#151217 (or 0x151217) is unknown color: approx Blackcurrant. HEX triplet: 15, 12 and 17. RGB value is (21,18,23). Sum of RGB (Red+Green+Blue) = 21+18+23=62 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.87% from 62); Green value is 18 (7.42% from 255 or 29.03% from 62); Blue value is 23 (9.38% from 255 or 37.10% from 62); Max value from RGB is 23 - color contains mainly: blue. Hex color #151217 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151217 is #EAEDE8. Grayscale: #131313. Windows color (decimal): -15396329 or 1511957. OLE color: 1511957.

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

Color convert

RGB211823-
CMYK0.090.2200.91
HSL276º12.2%8.04%-
HSV(B)276º21.74%9.02%-
XYZ0.680.650.9-
YUV19.47129.99129.09-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 33.87%
GREEN value IS 18 (7.42% from 255) = 29.03%
BLUE value IS 23 (9.38% from 255) = 37.10%
R=33.87%
G=29.03%
B=37.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2118230.090.2200.9127612.28.04
Hex15121791605B114c8
Octal252227112601334241410
Binary1010110010101111001101100101101110001010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151217; }

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

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

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

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

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

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

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

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