#100718

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

Shades of Blackcurrant #100718

Tints of Blackcurrant #100718

Color information

#100718 (or 0x100718) is unknown color: approx Blackcurrant. HEX triplet: 10, 07 and 18. RGB value is (16,7,24). Sum of RGB (Red+Green+Blue) = 16+7+24=47 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.04% from 47); Green value is 7 (3.12% from 255 or 14.89% from 47); Blue value is 24 (9.77% from 255 or 51.06% from 47); Max value from RGB is 24 - color contains mainly: blue. Hex color #100718 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100718 is #EFF8E7. Grayscale: #0B0B0B. Windows color (decimal): -15726824 or 1574672. OLE color: 1574672.

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

Color convert

RGB16724-
CMYK0.330.7100.91
HSL271.76º54.84%6.08%-
HSV(B)271.76º70.83%9.41%-
XYZ0.450.330.9-
YUV11.63134.98131.12-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 34.04%
GREEN value IS 7 (3.12% from 255) = 14.89%
BLUE value IS 24 (9.77% from 255) = 51.06%
R=34.04%
G=14.89%
B=51.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal167240.330.7100.91271.7654.846.08
Hex10718214705B110376
Octal20730411070133420676
Binary1000011111000100001100011101011011100010000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100718; }

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

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

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

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

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

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

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

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