#150517

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

Shades of Blackcurrant #150517

Tints of Blackcurrant #150517

Color information

#150517 (or 0x150517) is unknown color: approx Blackcurrant. HEX triplet: 15, 05 and 17. RGB value is (21,5,23). Sum of RGB (Red+Green+Blue) = 21+5+23=49 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42.86% from 49); Green value is 5 (2.34% from 255 or 10.20% from 49); Blue value is 23 (9.38% from 255 or 46.94% from 49); Max value from RGB is 23 - color contains mainly: blue. Hex color #150517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150517 is #EAFAE8. Grayscale: #0B0B0B. Windows color (decimal): -15399657 or 1508629. OLE color: 1508629.

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

Color convert

RGB21523-
CMYK0.090.7800.91
HSL293.33º64.29%5.49%-
HSV(B)293.33º78.26%9.02%-
XYZ0.520.330.85-
YUV11.84134.3134.54-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 42.86%
GREEN value IS 5 (2.34% from 255) = 10.20%
BLUE value IS 23 (9.38% from 255) = 46.94%
R=42.86%
G=10.20%
B=46.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal215230.090.7800.91293.3364.295.49
Hex1551794E05B125405
Octal255271111601334451005
Binary101011011011110011001110010110111001001011000000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150517; }

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

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

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

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

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

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

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

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