#100518

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

Shades of Blackcurrant #100518

Tints of Blackcurrant #100518

Color information

#100518 (or 0x100518) is unknown color: approx Blackcurrant. HEX triplet: 10, 05 and 18. RGB value is (16,5,24). Sum of RGB (Red+Green+Blue) = 16+5+24=45 (5% of max value = 765). Red value is 16 (6.64% from 255 or 35.56% from 45); Green value is 5 (2.34% from 255 or 11.11% from 45); Blue value is 24 (9.77% from 255 or 53.33% from 45); Max value from RGB is 24 - color contains mainly: blue. Hex color #100518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100518 is #EFFAE7. Grayscale: #0A0A0A. Windows color (decimal): -15727336 or 1574160. OLE color: 1574160.

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

Color convert

RGB16524-
CMYK0.330.7900.91
HSL274.74º65.52%5.69%-
HSV(B)274.74º79.17%9.41%-
XYZ0.430.280.9-
YUV10.46135.64131.96-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 35.56%
GREEN value IS 5 (2.34% from 255) = 11.11%
BLUE value IS 24 (9.77% from 255) = 53.33%
R=35.56%
G=11.11%
B=53.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal165240.330.7900.91274.7465.525.69
Hex10518214F05B113426
Octal205304111701334231026
Binary10000101110001000011001111010110111000100111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100518; }

 p { color: rgb(16,5,24); }

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

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

 a { background-color: rgb(16,5,24); }

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

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

 span { border-color: rgb(16,5,24); }

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