#100118

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

Shades of Blackcurrant #100118

Tints of Blackcurrant #100118

Color information

#100118 (or 0x100118) is unknown color: approx Blackcurrant. HEX triplet: 10, 01 and 18. RGB value is (16,1,24). Sum of RGB (Red+Green+Blue) = 16+1+24=41 (5% of max value = 765). Red value is 16 (6.64% from 255 or 39.02% from 41); Green value is 1 (0.78% from 255 or 2.44% from 41); Blue value is 24 (9.77% from 255 or 58.54% from 41); Max value from RGB is 24 - color contains mainly: blue. Hex color #100118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100118 is #EFFEE7. Grayscale: #080808. Windows color (decimal): -15728360 or 1573136. OLE color: 1573136.

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

Color convert

RGB16124-
CMYK0.330.9600.91
HSL279.13º92%4.9%-
HSV(B)279.13º95.83%9.41%-
XYZ0.390.20.88-
YUV8.11136.97133.63-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 39.02%
GREEN value IS 1 (0.78% from 255) = 2.44%
BLUE value IS 24 (9.77% from 255) = 58.54%
R=39.02%
G=2.44%
B=58.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal161240.330.9600.91279.13924.9
Hex10118216005B1175c5
Octal201304114001334271345
Binary100001110001000011100000010110111000101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100118; }

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

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

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

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

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

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

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

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