#100912

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

Shades of Blackcurrant #100912

Tints of Blackcurrant #100912

Color information

#100912 (or 0x100912) is unknown color: approx Blackcurrant. HEX triplet: 10, 09 and 12. RGB value is (16,9,18). Sum of RGB (Red+Green+Blue) = 16+9+18=43 (5% of max value = 765). Red value is 16 (6.64% from 255 or 37.21% from 43); Green value is 9 (3.91% from 255 or 20.93% from 43); Blue value is 18 (7.42% from 255 or 41.86% from 43); Max value from RGB is 18 - color contains mainly: blue. Hex color #100912 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100912 is #EFF6ED. Grayscale: #0C0C0C. Windows color (decimal): -15726318 or 1181968. OLE color: 1181968.

HSL color Cylindrical-coordinate representation of color #100912: hue angle of 286.67º degrees, saturation: 0.33, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #100912 is Cyan = 0.11, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB16918-
CMYK0.110.500.93
HSL286.67º33.33%5.29%-
HSV(B)286.67º50%7.06%-
XYZ0.420.350.62-
YUV12.12131.32130.77-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 37.21%
GREEN value IS 9 (3.91% from 255) = 20.93%
BLUE value IS 18 (7.42% from 255) = 41.86%
R=37.21%
G=20.93%
B=41.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal169180.110.500.93286.6733.335.29
Hex10912B3205D11f215
Octal20112213620135437415
Binary10000100110010101111001001011101100011111100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100912; }

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

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

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

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

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

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

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

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