#100812

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

Shades of Blackcurrant #100812

Tints of Blackcurrant #100812

Color information

#100812 (or 0x100812) is unknown color: approx Blackcurrant. HEX triplet: 10, 08 and 12. RGB value is (16,8,18). Sum of RGB (Red+Green+Blue) = 16+8+18=42 (5% of max value = 765). Red value is 16 (6.64% from 255 or 38.10% from 42); Green value is 8 (3.52% from 255 or 19.05% from 42); Blue value is 18 (7.42% from 255 or 42.86% from 42); Max value from RGB is 18 - color contains mainly: blue. Hex color #100812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100812 is #EFF7ED. Grayscale: #0B0B0B. Windows color (decimal): -15726574 or 1181712. OLE color: 1181712.

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

Color convert

RGB16818-
CMYK0.110.5600.93
HSL288º38.46%5.1%-
HSV(B)288º55.56%7.06%-
XYZ0.410.330.61-
YUV11.53131.65131.19-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 38.10%
GREEN value IS 8 (3.52% from 255) = 19.05%
BLUE value IS 18 (7.42% from 255) = 42.86%
R=38.10%
G=19.05%
B=42.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal168180.110.5600.9328838.465.1
Hex10812B3805D120265
Octal20102213700135440465
Binary10000100010010101111100001011101100100000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100812; }

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

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

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

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

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

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

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

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