#100618

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

Shades of Blackcurrant #100618

Tints of Blackcurrant #100618

Color information

#100618 (or 0x100618) is unknown color: approx Blackcurrant. HEX triplet: 10, 06 and 18. RGB value is (16,6,24). Sum of RGB (Red+Green+Blue) = 16+6+24=46 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.78% from 46); Green value is 6 (2.73% from 255 or 13.04% from 46); Blue value is 24 (9.77% from 255 or 52.17% from 46); Max value from RGB is 24 - color contains mainly: blue. Hex color #100618 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100618 is #EFF9E7. Grayscale: #0A0A0A. Windows color (decimal): -15727080 or 1574416. OLE color: 1574416.

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

Color convert

RGB16624-
CMYK0.330.7500.91
HSL273.33º60%5.88%-
HSV(B)273.33º75%9.41%-
XYZ0.440.310.9-
YUV11.04135.31131.54-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 34.78%
GREEN value IS 6 (2.73% from 255) = 13.04%
BLUE value IS 24 (9.77% from 255) = 52.17%
R=34.78%
G=13.04%
B=52.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal166240.330.7500.91273.33605.88
Hex10618214B05B1113c6
Octal20630411130133421746
Binary1000011011000100001100101101011011100010001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100618; }

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

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

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

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

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

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

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

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