#100212

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

Shades of Blackcurrant #100212

Tints of Blackcurrant #100212

Color information

#100212 (or 0x100212) is unknown color: approx Blackcurrant. HEX triplet: 10, 02 and 12. RGB value is (16,2,18). Sum of RGB (Red+Green+Blue) = 16+2+18=36 (4% of max value = 765). Red value is 16 (6.64% from 255 or 44.44% from 36); Green value is 2 (1.17% from 255 or 5.56% from 36); Blue value is 18 (7.42% from 255 or 50% from 36); Max value from RGB is 18 - color contains mainly: blue. Hex color #100212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100212 is #EFFDED. Grayscale: #070707. Windows color (decimal): -15728110 or 1180176. OLE color: 1180176.

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

Color convert

RGB16218-
CMYK0.110.8900.93
HSL292.5º80%3.92%-
HSV(B)292.5º88.89%7.06%-
XYZ0.340.20.59-
YUV8.01133.64133.7-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 44.44%
GREEN value IS 2 (1.17% from 255) = 5.56%
BLUE value IS 18 (7.42% from 255) = 50%
R=44.44%
G=5.56%
B=50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal162180.110.8900.93292.5803.92
Hex10212B5905D124504
Octal202221313101354441204
Binary10000101001010111011001010111011001001001010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100212; }

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

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

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

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

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

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

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

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