#100918

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

Shades of Blackcurrant #100918

Tints of Blackcurrant #100918

Color information

#100918 (or 0x100918) is unknown color: approx Blackcurrant. HEX triplet: 10, 09 and 18. RGB value is (16,9,24). Sum of RGB (Red+Green+Blue) = 16+9+24=49 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32.65% from 49); Green value is 9 (3.91% from 255 or 18.37% from 49); Blue value is 24 (9.77% from 255 or 48.98% from 49); Max value from RGB is 24 - color contains mainly: blue. Hex color #100918 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100918 is #EFF6E7. Grayscale: #0C0C0C. Windows color (decimal): -15726312 or 1575184. OLE color: 1575184.

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

Color convert

RGB16924-
CMYK0.330.6300.91
HSL268º45.45%6.47%-
HSV(B)268º62.5%9.41%-
XYZ0.480.370.91-
YUV12.8134.32130.28-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 32.65%
GREEN value IS 9 (3.91% from 255) = 18.37%
BLUE value IS 24 (9.77% from 255) = 48.98%
R=32.65%
G=18.37%
B=48.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal169240.330.6300.9126845.456.47
Hex10918213F05B10c2d6
Octal20113041770133414556
Binary1000010011100010000111111101011011100001100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100918; }

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

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

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

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

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

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

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

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