#100517

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

Shades of Blackcurrant #100517

Tints of Blackcurrant #100517

Color information

#100517 (or 0x100517) is unknown color: approx Blackcurrant. HEX triplet: 10, 05 and 17. RGB value is (16,5,23). Sum of RGB (Red+Green+Blue) = 16+5+23=44 (5% of max value = 765). Red value is 16 (6.64% from 255 or 36.36% from 44); Green value is 5 (2.34% from 255 or 11.36% 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 #100517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100517 is #EFFAE8. Grayscale: #0A0A0A. Windows color (decimal): -15727337 or 1508624. OLE color: 1508624.

HSL color Cylindrical-coordinate representation of color #100517: hue angle of 276.67º 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 #100517 is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB16523-
CMYK0.300.7800.91
HSL276.67º64.29%5.49%-
HSV(B)276.67º78.26%9.02%-
XYZ0.420.280.84-
YUV10.34135.14132.04-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 36.36%
GREEN value IS 5 (2.34% from 255) = 11.36%
BLUE value IS 23 (9.38% from 255) = 52.27%
R=36.36%
G=11.36%
B=52.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal165230.300.7800.91276.6764.295.49
Hex105171E4E05B115405
Octal205273611601334251005
Binary1000010110111111101001110010110111000101011000000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100517; }

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

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

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

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

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

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

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

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