#100E12

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

Shades of Blackcurrant #100E12

Tints of Blackcurrant #100E12

Color information

#100E12 (or 0x100E12) is unknown color: approx Blackcurrant. HEX triplet: 10, 0E and 12. RGB value is (16,14,18). Sum of RGB (Red+Green+Blue) = 16+14+18=48 (6% of max value = 765). Red value is 16 (6.64% from 255 or 33.33% from 48); Green value is 14 (5.86% from 255 or 29.17% from 48); Blue value is 18 (7.42% from 255 or 37.5% from 48); Max value from RGB is 18 - color contains mainly: blue. Hex color #100E12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100E12 is #EFF1ED. Grayscale: #0F0F0F. Windows color (decimal): -15725038 or 1183248. OLE color: 1183248.

HSL color Cylindrical-coordinate representation of color #100E12: hue angle of 270º degrees, saturation: 0.12, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #100E12 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB161418-
CMYK0.110.2200.93
HSL270º12.5%6.27%-
HSV(B)270º22.22%7.06%-
XYZ0.480.470.64-
YUV15.05129.66128.67-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 33.33%
GREEN value IS 14 (5.86% from 255) = 29.17%
BLUE value IS 18 (7.42% from 255) = 37.5%
R=33.33%
G=29.17%
B=37.5%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1614180.110.2200.9327012.56.27
Hex10E12B1605D10ec6
Octal20162213260135416146
Binary10000111010010101110110010111011000011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100E12; }

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

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

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

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

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

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

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

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