#100F1C

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

Shades of Black Russian #100F1C

Tints of Black Russian #100F1C

Color information

#100F1C (or 0x100F1C) is unknown color: approx Black Russian. HEX triplet: 10, 0F and 1C. RGB value is (16,15,28). Sum of RGB (Red+Green+Blue) = 16+15+28=59 (7% of max value = 765). Red value is 16 (6.64% from 255 or 27.12% from 59); Green value is 15 (6.25% from 255 or 25.42% from 59); Blue value is 28 (11.33% from 255 or 47.46% from 59); Max value from RGB is 28 - color contains mainly: blue. Hex color #100F1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100F1C is #EFF0E3. Grayscale: #101010. Windows color (decimal): -15724772 or 1838864. OLE color: 1838864.

HSL color Cylindrical-coordinate representation of color #100F1C: hue angle of 244.62º degrees, saturation: 0.3, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #100F1C is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB161528-
CMYK0.430.4600.89
HSL244.62º30.23%8.43%-
HSV(B)244.62º46.43%10.98%-
XYZ0.590.541.17-
YUV16.78134.33127.44-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 27.12%
GREEN value IS 15 (6.25% from 255) = 25.42%
BLUE value IS 28 (11.33% from 255) = 47.46%
R=27.12%
G=25.42%
B=47.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1615280.430.4600.89244.6230.238.43
Hex10F1C2B2E059f51e8
Octal201734535601313653610
Binary100001111111001010111011100101100111110101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,15,28); }

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

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

 a { background-color: rgb(16,15,28); }

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

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

 span { border-color: rgb(16,15,28); }

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