#150317

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

Shades of Blackcurrant #150317

Tints of Blackcurrant #150317

Color information

#150317 (or 0x150317) is unknown color: approx Blackcurrant. HEX triplet: 15, 03 and 17. RGB value is (21,3,23). Sum of RGB (Red+Green+Blue) = 21+3+23=47 (6% of max value = 765). Red value is 21 (8.59% from 255 or 44.68% from 47); Green value is 3 (1.56% from 255 or 6.38% from 47); Blue value is 23 (9.38% from 255 or 48.94% from 47); Max value from RGB is 23 - color contains mainly: blue. Hex color #150317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150317 is #EAFCE8. Grayscale: #0A0A0A. Windows color (decimal): -15400169 or 1508117. OLE color: 1508117.

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

Color convert

RGB21323-
CMYK0.090.8700.91
HSL294º76.92%5.1%-
HSV(B)294º86.96%9.02%-
XYZ0.50.290.84-
YUV10.66134.96135.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 44.68%
GREEN value IS 3 (1.56% from 255) = 6.38%
BLUE value IS 23 (9.38% from 255) = 48.94%
R=44.68%
G=6.38%
B=48.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal213230.090.8700.9129476.925.1
Hex1531795705B1264d5
Octal253271112701334461155
Binary10101111011110011010111010110111001001101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150317; }

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

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

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

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

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

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

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

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