#100612

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

Shades of Blackcurrant #100612

Tints of Blackcurrant #100612

Color information

#100612 (or 0x100612) is unknown color: approx Blackcurrant. HEX triplet: 10, 06 and 12. RGB value is (16,6,18). Sum of RGB (Red+Green+Blue) = 16+6+18=40 (5% of max value = 765). Red value is 16 (6.64% from 255 or 40% from 40); Green value is 6 (2.73% from 255 or 15% from 40); Blue value is 18 (7.42% from 255 or 45% from 40); Max value from RGB is 18 - color contains mainly: blue. Hex color #100612 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100612 is #EFF9ED. Grayscale: #0A0A0A. Windows color (decimal): -15727086 or 1181200. OLE color: 1181200.

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

Color convert

RGB16618-
CMYK0.110.6700.93
HSL290º50%4.71%-
HSV(B)290º66.67%7.06%-
XYZ0.390.280.61-
YUV10.36132.31132.02-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 40%
GREEN value IS 6 (2.73% from 255) = 15%
BLUE value IS 18 (7.42% from 255) = 45%
R=40%
G=15%
B=45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal166180.110.6700.93290504.71
Hex10612B4305D122325
Octal20622131030135442625
Binary10000110100101011100001101011101100100010110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100612; }

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

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

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

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

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

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

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

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